sources: allow uuid or slug to be used for retrieving a source (2024.12 fix)#12772
Conversation
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## version-2024.12 #12772 +/- ##
===================================================
- Coverage 92.78% 92.73% -0.06%
===================================================
Files 770 771 +1
Lines 38797 38835 +38
===================================================
+ Hits 35999 36012 +13
- Misses 2798 2823 +25
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
17a054b to
5b02c3c
Compare
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-5b02c3c89666097cd5f759d70c29584faed3bb30
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-5b02c3c89666097cd5f759d70c29584faed3bb30Afterwards, run the upgrade commands from the latest release notes. |
Details
closes #12646
this is a separate fix for 2024.12.x to fix this behaviour without changing the API
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 website)