sources/kerberos: update to new python-kadmin-rs#19491
Conversation
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
✅ 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. |
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #19491 +/- ##
==========================================
+ Coverage 93.03% 93.27% +0.23%
==========================================
Files 949 949
Lines 52052 52052
==========================================
+ Hits 48428 48550 +122
+ Misses 3624 3502 -122
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
kensternberg-authentik
left a comment
There was a problem hiding this comment.
Looks simple enough. :-)
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-c8d0ef5dcc389b79d252d5cfd7030a6911319878
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-c8d0ef5dcc389b79d252d5cfd7030a6911319878Afterwards, run the upgrade commands from the latest release notes. |
| operations = [ | ||
| migrations.RunPython(migrate_kadmin_type, reverse_code=migrations.RunPython.noop), | ||
| migrations.AlterField( | ||
| model_name="kerberossource", | ||
| name="kadmin_type", | ||
| field=models.TextField( | ||
| choices=[("MIT", "Mit"), ("Heimdal", "Heimdal")], | ||
| default="MIT", | ||
| help_text="KAdmin server type", |
There was a problem hiding this comment.
So users that had configured "Other" will be changed to MIT?
Are any unexpected behavior or changes that we need to document?
There was a problem hiding this comment.
Nah, other and Heimdal never even worked before, so I wouldn't worry about it
|
|
…to version-2025.12) (#19523) Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Details
Closes #17862
Checklist
ak test authentik/)make lint-fix)If an API change has been made
make gen-build)If changes to the frontend have been made
make web)If applicable
make docs)