enterprise: monkey patch pyjwt to accept mismatching key (cherry-pick #20402 to version-2026.2)#20474
Conversation
* monkey patch pyjwt to accept mismatching key * restore `_validate_curve` after monkeypatch * add explanatory comment * next year is 2027, dummy
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## version-2026.2 #20474 +/- ##
==================================================
+ Coverage 93.20% 93.27% +0.06%
==================================================
Files 978 978
Lines 54607 54611 +4
==================================================
+ Hits 50899 50938 +39
+ Misses 3708 3673 -35
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-e81f649e823e706b76ac98943c7cb667252d068d
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your 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-e81f649e823e706b76ac98943c7cb667252d068dAfterwards, run the upgrade commands from the latest release notes. |
Cherry-pick of #20402 to
version-2026.2branch.Original PR: #20402
Original Author: @gergosimonyi
Cherry-picked commit: 52e2460