Skip to content

stages/authenticator_webauthn: save attestation certificate when creating credential#20095

Open
BeryJu wants to merge 1 commit intomainfrom
stages/authenticator_webauthn/save-attest-cert
Open

stages/authenticator_webauthn: save attestation certificate when creating credential#20095
BeryJu wants to merge 1 commit intomainfrom
stages/authenticator_webauthn/save-attest-cert

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Feb 7, 2026

Credential ID and public key will always be different per registration, but the attestation cert is the same across registrations

ref https://github.com/goauthentik/internal-customer-ref/issues/2

…ting credential

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu requested a review from a team as a code owner February 7, 2026 15:58
@netlify
Copy link

netlify bot commented Feb 7, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 09fc7a4
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6987613be8f36d0008d46965
😎 Deploy Preview https://deploy-preview-20095--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 Feb 7, 2026

Codecov Report

❌ Patch coverage is 90.32258% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 93.19%. Comparing base (ab16661) to head (09fc7a4).
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
authentik/stages/authenticator_webauthn/models.py 62.50% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20095      +/-   ##
==========================================
- Coverage   93.23%   93.19%   -0.05%     
==========================================
  Files         968      968              
  Lines       53589    53614      +25     
==========================================
- Hits        49965    49963       -2     
- Misses       3624     3651      +27     
Flag Coverage Δ
conformance 37.96% <51.61%> (+0.01%) ⬆️
e2e 43.96% <87.09%> (+0.02%) ⬆️
integration 22.67% <51.61%> (-0.04%) ⬇️
unit 91.39% <77.41%> (+<0.01%) ⬆️
unit-migrate 91.42% <77.41%> (+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

github-actions bot commented Feb 7, 2026

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-09fc7a4fc690c2a78f7323b9e03b299e5de14059
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-09fc7a4fc690c2a78f7323b9e03b299e5de14059

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