Skip to content

Conversation

@authentik-automation
Copy link
Contributor

Cherry-pick of #19097 to version-2025.12 branch.

Original PR: #19097
Original Author: @PeshekDotDev
Cherry-picked commit: 4ac0172

* 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]>
@netlify
Copy link

netlify bot commented Jan 5, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 3df53ed
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/695c460efa3f710008e65f44
😎 Deploy Preview https://deploy-preview-19199--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Jan 5, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 3df53ed
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/695c460e78d8bf00086d3ba1
😎 Deploy Preview https://deploy-preview-19199--authentik-integrations.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov
Copy link

codecov bot commented Jan 5, 2026

Codecov Report

❌ Patch coverage is 50.00000% with 19 lines in your changes missing coverage. Please review.
✅ Project coverage is 93.28%. Comparing base (bfe928d) to head (48fd03c).
⚠️ Report is 1 commits behind head on version-2025.12.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
authentik/rbac/api/roles.py 37.50% 15 Missing ⚠️
authentik/core/api/groups.py 71.42% 4 Missing ⚠️
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     
Flag Coverage Δ
e2e 44.65% <50.00%> (+0.02%) ⬆️
integration 23.45% <36.84%> (+<0.01%) ⬆️
unit 91.55% <50.00%> (-0.04%) ⬇️
unit-migrate 91.59% <50.00%> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@melizeche melizeche enabled auto-merge (squash) January 6, 2026 03:39
@melizeche melizeche merged commit 16d65b8 into version-2025.12 Jan 6, 2026
84 of 85 checks passed
@melizeche melizeche deleted the cherry-pick/19097-to-version-2025.12 branch January 6, 2026 04:01
@github-actions
Copy link
Contributor

github-actions bot commented Jan 6, 2026

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

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)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

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-48fd03c6f9d85dfe7fbccd228198f046233d6f0f

Afterwards, run the upgrade commands from the latest release notes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants