Skip to content

website/integrations: add bitwarden scim - #17933

Draft
dewi-tik wants to merge 1 commit into
mainfrom
website/integrations--add-bitwarden-scim
Draft

website/integrations: add bitwarden scim#17933
dewi-tik wants to merge 1 commit into
mainfrom
website/integrations--add-bitwarden-scim

Conversation

@dewi-tik

@dewi-tik dewi-tik commented Nov 4, 2025

Copy link
Copy Markdown
Contributor

Details

WIP - Not ready for review

Adds a bitwarden scim guide based on #17837 (reply in thread)


Checklist

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make docs)

@dewi-tik dewi-tik added the area:docs Features or issues related to Docusaurus label Nov 4, 2025
@netlify

netlify Bot commented Nov 4, 2025

Copy link
Copy Markdown

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit d14f66c
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6909f95d8c2b2b0008303a7a
😎 Deploy Preview https://deploy-preview-17933--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify

netlify Bot commented Nov 4, 2025

Copy link
Copy Markdown

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit d14f66c
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6909f95d6fe7770008e2af21
😎 Deploy Preview https://deploy-preview-17933--authentik-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify

netlify Bot commented Nov 4, 2025

Copy link
Copy Markdown

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit d14f66c
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6909f95db5e3bd0008aaf43f
😎 Deploy Preview https://deploy-preview-17933--authentik-integrations.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@dewi-tik dewi-tik moved this from Todo to In Progress in authentik Core Nov 4, 2025
@codecov

codecov Bot commented Nov 4, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.93%. Comparing base (30f9d19) to head (d14f66c).
⚠️ Report is 2504 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17933      +/-   ##
==========================================
- Coverage   92.98%   92.93%   -0.05%     
==========================================
  Files         869      869              
  Lines       47962    47987      +25     
==========================================
  Hits        44596    44596              
- Misses       3366     3391      +25     
Flag Coverage Δ
e2e 45.23% <ø> (-0.02%) ⬇️
integration 23.12% <ø> (-0.07%) ⬇️
unit 91.08% <ø> (+0.01%) ⬆️
unit-migrate 91.13% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions

github-actions Bot commented Nov 4, 2025

Copy link
Copy Markdown
Contributor

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-d14f66c72335a4f2c6ed5da82cae8a881f2ed7ac
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-d14f66c72335a4f2c6ed5da82cae8a881f2ed7ac

Afterwards, run the upgrade commands from the latest release notes.

@dewi-tik dewi-tik self-assigned this Nov 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:docs Features or issues related to Docusaurus

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

1 participant