Skip to content

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Dec 6, 2025

needs to be discussed

upsides:

  • updates to the session are not atomic so it is possible to squeeze in more requests that should've been rejected
  • retries are global and not scoped to user session (upside and downside)

downsides:

  • definitely changes the expected behaviour

@netlify
Copy link

netlify bot commented Dec 6, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit a47d811
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6934312f1424dd0008007e16

@netlify
Copy link

netlify bot commented Dec 6, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit a47d811
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6934312fecdd7b00087e5bcb

@netlify
Copy link

netlify bot commented Dec 6, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit a47d811
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6934312f7dff2c000854a188
😎 Deploy Preview https://deploy-preview-18643--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

codecov bot commented Dec 6, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.23%. Comparing base (6d7249e) to head (a47d811).
⚠️ Report is 23 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18643      +/-   ##
==========================================
+ Coverage   93.22%   93.23%   +0.01%     
==========================================
  Files         933      933              
  Lines       51227    51236       +9     
==========================================
+ Hits        47754    47771      +17     
+ Misses       3473     3465       -8     
Flag Coverage Δ
e2e 44.77% <73.33%> (+0.03%) ⬆️
integration 22.82% <26.66%> (+<0.01%) ⬆️
unit 91.44% <100.00%> (+<0.01%) ⬆️
unit-migrate 91.49% <100.00%> (+<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 <[email protected]>
@github-actions
Copy link
Contributor

github-actions bot commented Dec 8, 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-a47d811e1e45d6e2e3ea2aaec9ce355c73d721d1
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-a47d811e1e45d6e2e3ea2aaec9ce355c73d721d1

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants