Conversation
✅ Deploy Preview for authentik-docs canceled.
|
✅ Deploy Preview for authentik-integrations canceled.
|
3ca9647 to
0bd134a
Compare
f3b55b9 to
f939eae
Compare
0bd134a to
01d1d19
Compare
f939eae to
8b5bf29
Compare
9a37950 to
d01b0b9
Compare
8b5bf29 to
0e56c53
Compare
✅ 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 #16011 +/- ##
=======================================
Coverage 92.87% 92.87%
=======================================
Files 845 845
Lines 46014 46014
=======================================
+ Hits 42734 42735 +1
+ Misses 3280 3279 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-4227c5489343070b4846ef7a4bea20b6410f7a72
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-4227c5489343070b4846ef7a4bea20b6410f7a72Afterwards, run the upgrade commands from the latest release notes. |
kensternberg-authentik
left a comment
There was a problem hiding this comment.
Excellent.
0e56c53 to
38c019e
Compare
38c019e to
4227c54
Compare
Dependencies
web: Form validation regressions, consistency fixes #15894Details
This PR resolves a collection of accessibility issues in the brand form. This change is performed through a combination of input labeling and updates to the form validation.
See also