Skip to content

web/flows: prevent leader tab deadlock in continuous login flow (cherry-pick #21583 to version-2026.2)#21627

Open
authentik-automation[bot] wants to merge 1 commit intoversion-2026.2from
cherry-pick/21583-to-version-2026.2
Open

web/flows: prevent leader tab deadlock in continuous login flow (cherry-pick #21583 to version-2026.2)#21627
authentik-automation[bot] wants to merge 1 commit intoversion-2026.2from
cherry-pick/21583-to-version-2026.2

Conversation

@authentik-automation
Copy link
Copy Markdown
Contributor

Cherry-pick of #21583 to version-2026.2 branch.

Original PR: #21583
Original Author: @ryanpesek
Cherry-picked commit: af747c6

* prevent leader tab deadlock in continuous login flow

* web: Continuous login tidy.

---------

Co-authored-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com>
@netlify
Copy link
Copy Markdown

netlify bot commented Apr 15, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit a99e523
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/69dfbafbbeba1d0008a6053a
😎 Deploy Preview https://deploy-preview-21627--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
Copy Markdown

codecov bot commented Apr 15, 2026

Codecov Report

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

Additional details and impacted files
@@               Coverage Diff               @@
##           version-2026.2   #21627   +/-   ##
===============================================
  Coverage           93.43%   93.43%           
===============================================
  Files                 981      981           
  Lines               55310    55310           
===============================================
+ Hits                51679    51680    +1     
+ Misses               3631     3630    -1     
Flag Coverage Δ
conformance 37.28% <ø> (+<0.01%) ⬆️
e2e 43.03% <ø> (+<0.01%) ⬆️
integration 22.25% <ø> (+<0.01%) ⬆️
unit 91.62% <ø> (+<0.01%) ⬆️
unit-migrate 91.67% <ø> (+<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.

@github-actions
Copy link
Copy Markdown
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-a99e52378f73ec471aa12ec4eb1fcee5bdae1cd3
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-a99e52378f73ec471aa12ec4eb1fcee5bdae1cd3

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.

2 participants