-
-
Notifications
You must be signed in to change notification settings - Fork 998
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
web/admin: show selected policy engine mode on bindings pages, allow setting it on sources #12963
base: main
Are you sure you want to change the base?
Conversation
…tting it in sources 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 site configuration. |
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #12963 +/- ##
==========================================
- Coverage 92.75% 92.75% -0.01%
==========================================
Files 769 785 +16
Lines 38929 39580 +651
==========================================
+ Hits 36110 36713 +603
- Misses 2819 2867 +48
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-00291f2be94616aeb6f18bff0e83a292be0db641
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s Afterwards, 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-00291f2be94616aeb6f18bff0e83a292be0db641 Afterwards, run the upgrade commands from the latest release notes. |
Details
Closes #12915
Obviously I can't get the damn text to align, any help is appreciated
If changes to the frontend have been made
make web
)