Skip to content

sources/saml: fix issuer_override default#24221

Open
BeryJu wants to merge 1 commit into
mainfrom
sources/saml/fix-issuer_override-default
Open

sources/saml: fix issuer_override default#24221
BeryJu wants to merge 1 commit into
mainfrom
sources/saml/fix-issuer_override-default

Conversation

@BeryJu

@BeryJu BeryJu commented Jul 20, 2026

Copy link
Copy Markdown
Member

cc @PeshekDotDev

textfield with blank=True should have default as "" instead of None, None would require null=True

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu
BeryJu requested a review from a team as a code owner July 20, 2026 13:04
@netlify

netlify Bot commented Jul 20, 2026

Copy link
Copy Markdown

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 8112e6f
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6a5e1ceb0127230008cae4f4
😎 Deploy Preview https://deploy-preview-24221--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

codecov Bot commented Jul 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.45%. Comparing base (84f89e0) to head (8112e6f).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #24221      +/-   ##
==========================================
- Coverage   93.50%   93.45%   -0.05%     
==========================================
  Files        1060     1060              
  Lines       63630    63630              
  Branches      424      424              
==========================================
- Hits        59495    59468      -27     
- Misses       4135     4162      +27     
Flag Coverage Δ
conformance 35.51% <ø> (+<0.01%) ⬆️
e2e 40.48% <ø> (-0.02%) ⬇️
integration 31.53% <ø> (-0.48%) ⬇️
rust 0.00% <ø> (ø)
unit 92.68% <ø> (+<0.01%) ⬆️
unit-migrate 92.70% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 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-8112e6fc605f395c20bee6123e16e7b74463568e
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-8112e6fc605f395c20bee6123e16e7b74463568e

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.

1 participant