Skip to content

crypto: fix kid legacy signal#20627

Merged
BeryJu merged 1 commit intomainfrom
crypto/fix-cert-signal
Feb 27, 2026
Merged

crypto: fix kid legacy signal#20627
BeryJu merged 1 commit intomainfrom
crypto/fix-cert-signal

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Feb 27, 2026

without this in the container you'd get UnsupportedDigestmodError [digital envelope routines] unsupported due to FIPS

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu requested a review from a team as a code owner February 27, 2026 14:16
@BeryJu BeryJu added area:backend backport/version-2026.2 Add this label to PRs to backport changes to version-2026.2 labels Feb 27, 2026
@BeryJu BeryJu added this to the Release 2026.2.1 milestone Feb 27, 2026
@netlify
Copy link

netlify bot commented Feb 27, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 143ac1d
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69a1a757b88ef80008f28156
😎 Deploy Preview https://deploy-preview-20627--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.

Copy link
Collaborator

@gergosimonyi gergosimonyi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Absolutely hate this

@codecov
Copy link

codecov bot commented Feb 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.25%. Comparing base (6c9131e) to head (143ac1d).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20627      +/-   ##
==========================================
- Coverage   93.29%   93.25%   -0.05%     
==========================================
  Files         982      982              
  Lines       55369    55369              
==========================================
- Hits        51656    51632      -24     
- Misses       3713     3737      +24     
Flag Coverage Δ
conformance 37.57% <100.00%> (+<0.01%) ⬆️
e2e 43.21% <100.00%> (+<0.01%) ⬆️
integration 22.32% <100.00%> (-0.05%) ⬇️
unit 91.49% <100.00%> (+<0.01%) ⬆️
unit-migrate 91.54% <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.

@BeryJu BeryJu merged commit ef51fbb into main Feb 27, 2026
100 checks passed
@BeryJu BeryJu deleted the crypto/fix-cert-signal branch February 27, 2026 14:38
authentik-automation bot pushed a commit that referenced this pull request Feb 27, 2026
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@authentik-automation
Copy link
Contributor

🍒 Cherry-pick to version-2026.2 created: #20628

@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-143ac1d00eaddcf63eeb2abb0826ef228248e112
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-143ac1d00eaddcf63eeb2abb0826ef228248e112

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

BeryJu added a commit that referenced this pull request Feb 27, 2026
…20628)

crypto: fix kid legacy signal (#20627)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Jens L. <jens@goauthentik.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:backend backport/version-2026.2 Add this label to PRs to backport changes to version-2026.2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants