core: add additional RBAC permission to restrict setting the superuser status on groups#12900
Merged
core: add additional RBAC permission to restrict setting the superuser status on groups#12900
Conversation
✅ Deploy Preview for authentik-storybook canceled.
|
✅ Deploy Preview for authentik-docs canceled.
|
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 #12900 +/- ##
==========================================
- Coverage 92.78% 92.63% -0.15%
==========================================
Files 792 792
Lines 40121 40163 +42
==========================================
- Hits 37225 37206 -19
- Misses 2896 2957 +61
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Contributor
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-59273817519522b483c8304ed758945b91960598
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-59273817519522b483c8304ed758945b91960598Afterwards, run the upgrade commands from the latest release notes. |
rissson
reviewed
Jan 31, 2025
rissson
approved these changes
Jan 31, 2025
Member
Author
|
needs docs before merging |
5927381 to
b843104
Compare
…r status on groups Signed-off-by: Jens Langhammer <jens@goauthentik.io>
b843104 to
74492aa
Compare
kensternberg-authentik
added a commit
that referenced
this pull request
Feb 20, 2025
* main: (24 commits) core: add additional RBAC permission to restrict setting the superuser status on groups (#12900) web: bump API Client version (#13089) core: bump github.com/spf13/cobra from 1.8.1 to 1.9.1 (#13085) stages/authenticator_email: Email OTP (#12630) website: bump dompurify and mermaid in /website (#13077) web: bump dompurify and mermaid in /web (#13078) core: bump django-filter from 24.3 to 25.1 (#13086) enterprise/audit: fix diff being created when not enabled (#13084) core, web: update translations (#13088) translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#13080) translate: Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans (#13081) translate: Updates for file web/xliff/en.xlf in zh-Hans (#13082) translate: Updates for file web/xliff/en.xlf in zh_CN (#13083) core: bump django-storages from 1.14.4 to 1.14.5 (#13087) web/user: fix redirects back to user settings (#13076) ci: parallelize unit tests (#13036) core, web: update translations (#13072) stages/authenticator_webauthn: Update FIDO MDS3 & Passkey aaguid blobs (#13073) root: Improve debugging experience (#12961) core, web: update translations (#13071) ...
gergosimonyi
added a commit
that referenced
this pull request
May 14, 2025
gergosimonyi
added a commit
that referenced
this pull request
Sep 3, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Details
REPLACE ME
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)