Skip to content

web/admin: fix impersonation form requesting data without being opened (cherry-pick #19673 to version-2025.10)#19711

Merged
BeryJu merged 2 commits intoversion-2025.10from
cherry-pick/19673-to-version-2025.10
Jan 23, 2026
Merged

web/admin: fix impersonation form requesting data without being opened (cherry-pick #19673 to version-2025.10)#19711
BeryJu merged 2 commits intoversion-2025.10from
cherry-pick/19673-to-version-2025.10

Conversation

@authentik-automation
Copy link
Contributor

⚠️ This cherry-pick has conflicts that require manual resolution.

Cherry-pick of #19673 to version-2025.10 branch.

Original PR: #19673
Original Author: @BeryJu
Cherry-picked commit: 0a10b81

Please resolve the conflicts in this PR before merging.

This cherry-pick has conflicts that need manual resolution.

Original PR: #19673
Original commit: 0a10b81
@netlify
Copy link

netlify bot commented Jan 23, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 365be50
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6973d8068353880008422b77
😎 Deploy Preview https://deploy-preview-19711--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.

@codecov
Copy link

codecov bot commented Jan 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.95%. Comparing base (f758ed2) to head (18aa644).
⚠️ Report is 1 commits behind head on version-2025.10.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@               Coverage Diff                @@
##           version-2025.10   #19711   +/-   ##
================================================
  Coverage            92.95%   92.95%           
================================================
  Files                  869      869           
  Lines                48183    48183           
================================================
  Hits                 44790    44790           
  Misses                3393     3393           
Flag Coverage Δ
e2e 45.11% <ø> (-0.04%) ⬇️
integration 23.17% <ø> (+<0.01%) ⬆️
unit 91.06% <ø> (+<0.01%) ⬆️
unit-migrate 91.11% <ø> (+<0.01%) ⬆️

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.

@netlify
Copy link

netlify bot commented Jan 23, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 365be50
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6973d80613ece500089a159c
😎 Deploy Preview https://deploy-preview-19711--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.

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu merged commit b72e3b5 into version-2025.10 Jan 23, 2026
85 checks passed
@BeryJu BeryJu deleted the cherry-pick/19673-to-version-2025.10 branch January 23, 2026 20:46
@github-actions
Copy link
Contributor

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-18aa6447e1c6eb5735f230266b1fd09f0d484786
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-18aa6447e1c6eb5735f230266b1fd09f0d484786

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.

1 participant