Skip to content

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Oct 14, 2025

cc @PeshekDotDev
required for terraform as we specify this value as required in the schema and have a default, so terraform will set the default value, which this doesn't allow

see goauthentik/terraform-provider-authentik#764

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu requested review from a team as code owners October 14, 2025 21:05
@netlify
Copy link

netlify bot commented Oct 14, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit 757d7a2
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/68eebb352ba6040008620a64

@netlify
Copy link

netlify bot commented Oct 14, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 757d7a2
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/68eebb35cc8c240008d96e3d

@netlify
Copy link

netlify bot commented Oct 14, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 757d7a2
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/68eebb35cd35ab0008c2742d
😎 Deploy Preview https://deploy-preview-17470--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 Oct 14, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.87%. Comparing base (c3a4835) to head (757d7a2).
⚠️ Report is 35 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17470      +/-   ##
==========================================
- Coverage   92.92%   92.87%   -0.05%     
==========================================
  Files         868      868              
  Lines       47841    47833       -8     
==========================================
- Hits        44456    44425      -31     
- Misses       3385     3408      +23     
Flag Coverage Δ
e2e 45.25% <ø> (+0.02%) ⬆️
integration 23.11% <ø> (-0.07%) ⬇️
unit 91.06% <ø> (-0.01%) ⬇️
unit-migrate 91.11% <ø> (+<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.

@BeryJu BeryJu merged commit bd0944f into main Oct 14, 2025
96 checks passed
@BeryJu BeryJu deleted the providers/oauth2/allow-setting-logout-method branch October 14, 2025 21:34
@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-757d7a2f1eec182cfa8caa2470e3c39d275a0a47
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-757d7a2f1eec182cfa8caa2470e3c39d275a0a47

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

@PeshekDotDev
Copy link
Contributor

Ah, fair play. Okay thank you for updating and letting me know

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.

3 participants