-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
rbac: Add show all to roles tab, add role tab to groups (cherry-pick #19097 to version-2025.12) #19199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rbac: Add show all to roles tab, add role tab to groups (cherry-pick #19097 to version-2025.12) #19199
Conversation
* improve sort order and inherit visual * Update web/src/admin/groups/GroupViewPage.ts Co-authored-by: Teffen Ellis <[email protected]> Signed-off-by: Connor Peshek <[email protected]> * Update web/src/admin/users/UserViewPage.ts Co-authored-by: Teffen Ellis <[email protected]> Signed-off-by: Connor Peshek <[email protected]> * Update web/src/admin/roles/RelatedRoleList.ts Co-authored-by: Teffen Ellis <[email protected]> Signed-off-by: Connor Peshek <[email protected]> * Update web/src/admin/roles/RelatedRoleList.ts Co-authored-by: Teffen Ellis <[email protected]> Signed-off-by: Connor Peshek <[email protected]> * Update web/src/admin/roles/RelatedRoleList.ts Co-authored-by: Teffen Ellis <[email protected]> Signed-off-by: Connor Peshek <[email protected]> * Update web/src/admin/roles/RelatedRoleList.ts Co-authored-by: Teffen Ellis <[email protected]> Signed-off-by: Connor Peshek <[email protected]> * setup include inherited roles and fix returning nothing * update api calls * fix rendering error * do not use set * change from exception handling * go off query param * fix wording * fix linting error for new group api structure --------- Signed-off-by: Connor Peshek <[email protected]> Co-authored-by: Teffen Ellis <[email protected]>
✅ Deploy Preview for authentik-docs 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. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## version-2025.12 #19199 +/- ##
===================================================
- Coverage 93.31% 93.28% -0.03%
===================================================
Files 946 946
Lines 52076 52111 +35
===================================================
+ Hits 48593 48611 +18
- Misses 3483 3500 +17
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-48fd03c6f9d85dfe7fbccd228198f046233d6f0f
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-48fd03c6f9d85dfe7fbccd228198f046233d6f0fAfterwards, run the upgrade commands from the latest release notes. |
Cherry-pick of #19097 to
version-2025.12branch.Original PR: #19097
Original Author: @PeshekDotDev
Cherry-picked commit: 4ac0172