sources/kerberos, sources/ldap: Save source connections when linking an existing user/group (cherry-pick #26059 to version-2026.8) - #26313
Conversation
…an existing user/group (#26059) * sources/kerberos, sources/ldap: Save source connections when linking an existing user or group * add tests Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Dewi Roberts <dewi@goauthentik.io> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## version-2026.8 #26313 +/- ##
===============================================
Coverage 91.85% 91.86%
===============================================
Files 1161 1161
Lines 74866 74896 +30
Branches 4056 4056
===============================================
+ Hits 68769 68800 +31
+ Misses 6055 6054 -1
Partials 42 42
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-0d9ba19c1b03738f2ee88f9539275526416c1d53
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your 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-0d9ba19c1b03738f2ee88f9539275526416c1d53Afterwards, run the upgrade commands from the latest release notes. |
Cherry-pick of #26059 to
version-2026.8branch.Original PR: #26059
Original Author: @sgebauer
Cherry-picked commit: 6f2e7a8