Skip to content

flows: refresh unauthenticated tabs#18621

Merged
BeryJu merged 6 commits intomainfrom
flows/refresh-tabs
Dec 5, 2025
Merged

flows: refresh unauthenticated tabs#18621
BeryJu merged 6 commits intomainfrom
flows/refresh-tabs

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Dec 5, 2025

refresh unauthenticated tabs

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu requested review from a team as code owners December 5, 2025 01:20
@netlify
Copy link

netlify bot commented Dec 5, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 3f121a7
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6932eb78c90ef4000879d50a
😎 Deploy Preview https://deploy-preview-18621--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.

@netlify
Copy link

netlify bot commented Dec 5, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit 3f121a7
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6932eb7888e4f500080136cf

@netlify
Copy link

netlify bot commented Dec 5, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 3f121a7
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6932eb78becef100082c2402

@codecov
Copy link

codecov bot commented Dec 5, 2025

Codecov Report

❌ Patch coverage is 53.48837% with 20 lines in your changes missing coverage. Please review.
✅ Project coverage is 93.22%. Comparing base (a42fc4b) to head (3f121a7).
⚠️ Report is 31 commits behind head on main.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
authentik/root/ws/consumer.py 48.38% 16 Missing ⚠️
authentik/core/signals.py 60.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18621      +/-   ##
==========================================
- Coverage   93.24%   93.22%   -0.02%     
==========================================
  Files         933      933              
  Lines       51164    51190      +26     
==========================================
+ Hits        47707    47723      +16     
- Misses       3457     3467      +10     
Flag Coverage Δ
e2e 44.77% <53.48%> (+0.02%) ⬆️
integration 22.81% <46.51%> (+0.04%) ⬆️
unit 91.44% <53.48%> (-0.02%) ⬇️
unit-migrate 91.49% <53.48%> (-0.02%) ⬇️

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
Contributor

github-actions bot commented Dec 5, 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-3f121a74217a1b7537ef9abcd6fa06e7f01a19d0
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-3f121a74217a1b7537ef9abcd6fa06e7f01a19d0

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

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu added area:frontend Features or issues related to the browser, TypeScript, Node.js, etc area:backend backport/version-2025.10 Add this label to PRs to backport changes to version-2025.10 labels Dec 5, 2025
@BeryJu BeryJu force-pushed the flows/refresh-tabs branch from 7b7fb3c to 34f39f5 Compare December 5, 2025 13:36
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu force-pushed the flows/refresh-tabs branch from 34f39f5 to 119be1e Compare December 5, 2025 13:38
Co-authored-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com>
Signed-off-by: Jens L. <jens@beryju.org>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu merged commit 31186ba into main Dec 5, 2025
97 of 98 checks passed
@BeryJu BeryJu deleted the flows/refresh-tabs branch December 5, 2025 15:03
authentik-automation bot pushed a commit that referenced this pull request Dec 5, 2025
This cherry-pick has conflicts that need manual resolution.

Original PR: #18621
Original commit: 31186ba
@authentik-automation
Copy link
Contributor

⚠️ Cherry-pick to version-2025.10 has conflicts: #18633

BeryJu added a commit that referenced this pull request Dec 5, 2025
…25.10) (#18633)

* Cherry-pick #18621 to version-2025.10 (with conflicts)

This cherry-pick has conflicts that need manual resolution.

Original PR: #18621
Original commit: 31186ba

* fix conflict

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Jens L. <jens@goauthentik.io>
kensternberg-authentik added a commit that referenced this pull request Dec 11, 2025
* main: (40 commits)
  enterprise/stages/mtls: fix traefik certificate parsing (#18607)
  wed/admin: change s to S in "Stage" (#18632)
  flows: refresh unauthenticated tabs (#18621)
  flows: keep ?next url when using cancel (#18619)
  core, web: update translations (#18620)
  ci: bump actions/setup-node from 6.0.0 to 6.1.0 (#18552)
  core: bump goauthentik/fips-debian from `cf233be` to `a80dbbd` (#18594)
  web: bump @sentry/browser from 10.28.0 to 10.29.0 in /web in the sentry group across 1 directory (#18623)
  website/docs: adds note about ak_create_jwt function (#18614)
  api: fix IPC auth (#18612)
  web: bump mermaid from 11.12.1 to 11.12.2 in /web (#18602)
  web: Codemirror fixes (#18610)
  web: bump packages in /web (#18604)
  website/docs: expressions: fix markdown (#18613)
  website/docs: add missing API sidebar entry (#18586)
  web: bump yaml from 2.8.1 to 2.8.2 in /web (#18605)
  web/elements: update AppIcon story with files change (#18608)
  api: test action decorator (#18583)
  crypto: separate permissions for certificate and private keydownload (#18588)
  core: bump github.com/spf13/cobra from 1.10.1 to 1.10.2 (#18592)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:backend area:frontend Features or issues related to the browser, TypeScript, Node.js, etc backport/version-2025.10 Add this label to PRs to backport changes to version-2025.10

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants