Skip to content

flows: remove SESSION_KEY_APPLICATION_PRE#18388

Merged
BeryJu merged 2 commits intomainfrom
flows/remove-SESSION_KEY_APPLICATION_PRE
Nov 27, 2025
Merged

flows: remove SESSION_KEY_APPLICATION_PRE#18388
BeryJu merged 2 commits intomainfrom
flows/remove-SESSION_KEY_APPLICATION_PRE

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Nov 26, 2025

related to #18372

ref #6954

remove more session-global state

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu requested a review from a team as a code owner November 26, 2025 12:59
@netlify
Copy link

netlify bot commented Nov 26, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 5487015
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69283fc889443600088b0522

@netlify
Copy link

netlify bot commented Nov 26, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 5487015
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/69283fc8a63aff0009c5979d
😎 Deploy Preview https://deploy-preview-18388--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.

@netlify
Copy link

netlify bot commented Nov 26, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 5487015
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/69283fc863e1370008e0ca2d
😎 Deploy Preview https://deploy-preview-18388--authentik-storybook.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 Nov 26, 2025

Codecov Report

❌ Patch coverage is 97.50000% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 92.95%. Comparing base (02b8b52) to head (5487015).
⚠️ Report is 14 commits behind head on main.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
...thentik/stages/authenticator_validate/challenge.py 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18388      +/-   ##
==========================================
- Coverage   92.97%   92.95%   -0.02%     
==========================================
  Files         894      894              
  Lines       48919    48957      +38     
==========================================
+ Hits        45482    45510      +28     
- Misses       3437     3447      +10     
Flag Coverage Δ
e2e 45.36% <7.50%> (-0.09%) ⬇️
integration 23.14% <7.50%> (-0.04%) ⬇️
unit 91.09% <97.50%> (-0.01%) ⬇️
unit-migrate 91.14% <97.50%> (-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.

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@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-548701525fc4dfa7996f413a3621e38d003c2273
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-548701525fc4dfa7996f413a3621e38d003c2273

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

@BeryJu BeryJu merged commit 3f53e41 into main Nov 27, 2025
98 checks passed
@BeryJu BeryJu deleted the flows/remove-SESSION_KEY_APPLICATION_PRE branch November 27, 2025 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant