Skip to content

Conversation

authentik-automation[bot]
Copy link
Contributor

Cherry-pick of #17243 to version-2025.8 branch.

Original PR: #17243
Original Author: @BeryJu
Cherry-picked commit: 6473a2a

… flow while already authenticated (#17243)

* flows: redirect to next when accessing an unapplicable authentication flow while already authenticated

Signed-off-by: Jens Langhammer <[email protected]>

* fix test

Signed-off-by: Jens Langhammer <[email protected]>

---------

Signed-off-by: Jens Langhammer <[email protected]>
Copy link

netlify bot commented Oct 6, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit bbbf2bf
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/68e3a6076073f40008b9746d

Copy link

netlify bot commented Oct 6, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit bbbf2bf
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/68e3a6070e3e5800085ba18c
😎 Deploy Preview https://deploy-preview-17266--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.

@BeryJu BeryJu marked this pull request as draft October 6, 2025 11:22
Copy link

codecov bot commented Oct 6, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 66.89%. Comparing base (cd3ff47) to head (bbbf2bf).
✅ All tests successful. No failed tests found.

❗ There is a different number of reports uploaded between BASE (cd3ff47) and HEAD (bbbf2bf). Click for more details.

HEAD has 15 uploads less than BASE
Flag BASE (cd3ff47) HEAD (bbbf2bf)
e2e 8 2
unit 15 6
Additional details and impacted files
@@                 Coverage Diff                 @@
##           version-2025.8   #17266       +/-   ##
===================================================
- Coverage           92.76%   66.89%   -25.88%     
===================================================
  Files                 837      837               
  Lines               45366    45380       +14     
===================================================
- Hits                42085    30358    -11727     
- Misses               3281    15022    +11741     
Flag Coverage Δ
e2e 39.96% <0.00%> (-6.49%) ⬇️
integration 23.52% <0.00%> (-0.01%) ⬇️
unit 65.04% <100.00%> (-25.87%) ⬇️

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.

Copy link
Contributor

github-actions bot commented Oct 6, 2025

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-bbbf2bf6b55638139fff15a8d592af6993b6022c
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-bbbf2bf6b55638139fff15a8d592af6993b6022c

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