Skip to content

Conversation

@authentik-automation
Copy link
Contributor

Cherry-pick of #18295 to version-2025.10 branch.

Original PR: #18295
Original Author: @dewi-tik
Cherry-picked commit: e9469fa

* Update line

* Add expiry information

* Apply suggestion from @dominic-r

Co-authored-by: Dominic R <[email protected]>
Signed-off-by: Dewi Roberts <[email protected]>

* Apply suggestions

* Improve language

* Apply suggestions

---------

Signed-off-by: Dewi Roberts <[email protected]>
Co-authored-by: Dominic R <[email protected]>
@github-project-automation github-project-automation bot moved this from Todo to In Progress in authentik Core Nov 21, 2025
@dewi-tik dewi-tik enabled auto-merge (squash) November 21, 2025 19:17
@netlify
Copy link

netlify bot commented Nov 21, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit f4fb534
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6920ba76a48d5500082cd55f
😎 Deploy Preview https://deploy-preview-18326--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 21, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit f4fb534
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6920ba76d6d70f0009ae3673
😎 Deploy Preview https://deploy-preview-18326--authentik-docs.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 21, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.94%. Comparing base (893325a) to head (f4fb534).
⚠️ Report is 1 commits behind head on version-2025.10.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@                 Coverage Diff                 @@
##           version-2025.10   #18326      +/-   ##
===================================================
- Coverage            92.99%   92.94%   -0.05%     
===================================================
  Files                  869      869              
  Lines                48015    48015              
===================================================
- Hits                 44653    44629      -24     
- Misses                3362     3386      +24     
Flag Coverage Δ
e2e 45.13% <ø> (-0.08%) ⬇️
integration 23.17% <ø> (+<0.01%) ⬆️
unit 91.09% <ø> (+<0.01%) ⬆️
unit-migrate 91.14% <ø> (+<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
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-f4fb5340fa155a2e4b8425013d9963644c1347e4
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-f4fb5340fa155a2e4b8425013d9963644c1347e4

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

Status: In Progress

Development

Successfully merging this pull request may close these issues.

2 participants