Conversation
✅ Deploy Preview for authentik-integrations canceled.
|
✅ 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✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #15874 +/- ##
==========================================
- Coverage 92.78% 92.73% -0.05%
==========================================
Files 833 833
Lines 44870 44870
==========================================
- Hits 41633 41612 -21
- Misses 3237 3258 +21
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-20cbc5a0db94e705031706a253e339ee2ab1539d
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-20cbc5a0db94e705031706a253e339ee2ab1539dAfterwards, run the upgrade commands from the latest release notes. |
42b7b26 to
b8f0e99
Compare
b5e910c to
ae62b79
Compare
ae62b79 to
60107e7
Compare
60107e7 to
20cbc5a
Compare
kensternberg-authentik
left a comment
There was a problem hiding this comment.
Structurally sound, looks good, builds correctly. I do like much of the new error handling.
This PR adjusts form and wizard error handling to use existing utilities for a more consistent rendering.
See also
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)