crypto: only generate managed keypair if non-existent#18457
Merged
Conversation
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
✅ Deploy Preview for authentik-integrations canceled.
|
✅ Deploy Preview for authentik-docs canceled.
|
✅ Deploy Preview for authentik-storybook canceled.
|
❌ 1 Tests Failed:
View the top 1 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Contributor
authentik translations instructionsThanks for your pull request! authentik translations are handled using Transifex. Please edit translations over there and they'll be included automatically. |
kensternberg-authentik
added a commit
that referenced
this pull request
Dec 11, 2025
* main: (53 commits) core, web: update translations (#18380) web: re-add en.xlf locale (#18469) stages/user_write: Fix user attributes are not sanitized under certains conditions (#17890) providers/scim: compare users/groups before sending update request (#18456) enterprise/endpoints/connectors/agent: fix Apple JWE encryption when FIPS is enabled (#18464) website: bump @types/react from 19.2.6 to 19.2.7 in /website (#18357) core: bump goauthentik/fips-debian from `ac4c80b` to `de70579` (#18419) core: bump github.com/getsentry/sentry-go from 0.39.0 to 0.40.0 (#18416) website: bump prettier-plugin-packagejson from 2.5.19 to 2.5.20 in /website (#18460) core: bump goauthentik.io/api/v3 from 3.2025120.7 to 3.2025120.11 (#18461) website/integrations: add GLPI (#17937) website/integrations: small fixes (#18423) enterprise: Apple Platform SSO (#15318) crypto: only generate managed keypair if non-existent (#18457) ci: remove translation-rename (#18444) translate: Updates for project authentik and language tr (#18438) translate: Updates for project authentik and language fr (#18431) translate: Updates for project authentik and language ru (#18442) translate: Updates for project authentik and language cs_CZ (#18443) translate: Updates for project authentik and language pt (#18437) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
since we only use this keypair for JWT/JWEs, we only use its private/public keys and not the cert, hence we don't need to replace it (and we don't have a good system for that yet anyways)
closes #8887