-
-
Notifications
You must be signed in to change notification settings - Fork 988
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sources/saml: fix FlowPlanner error due to pickle #9708
Conversation
Signed-off-by: Jens Langhammer <[email protected]>
/cherry-pick version-2024.4 |
✅ Deploy Preview for authentik-docs canceled.
|
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9708 +/- ##
=======================================
Coverage 92.37% 92.37%
=======================================
Files 704 704
Lines 34401 34403 +2
=======================================
+ Hits 31778 31781 +3
+ Misses 2623 2622 -1
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-ghcr.io/goauthentik/dev-server:gh-7c9b7f1be51377e0252ec24f8d8a618ec19339cf
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s For arm64, use these values: AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-ghcr.io/goauthentik/dev-server:gh-7c9b7f1be51377e0252ec24f8d8a618ec19339cf-arm64
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 KubernetesAdd the following block to your authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-ghcr.io/goauthentik/dev-server:gh-7c9b7f1be51377e0252ec24f8d8a618ec19339cf For arm64, use these values: authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-ghcr.io/goauthentik/dev-server:gh-7c9b7f1be51377e0252ec24f8d8a618ec19339cf-arm64 Afterwards, run the upgrade commands from the latest release notes. |
Signed-off-by: Jens Langhammer <[email protected]>
…#9709) sources/saml: fix FlowPlanner error due to pickle (#9708) Signed-off-by: Jens Langhammer <[email protected]> Co-authored-by: Jens L <[email protected]>
* main: website/docs: update traefik to latest version in proxy provider (#9707) sources/saml: fix FlowPlanner error due to pickle (#9708) website/docs: add docs about Google Workspace (#9669) translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#9702) translate: Updates for file web/xliff/en.xlf in zh_CN (#9703) translate: Updates for file web/xliff/en.xlf in zh-Hans (#9705) translate: Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans (#9706)
Signed-off-by: Jens Langhammer <[email protected]>
Details
closes #4165
closes #9700
Checklist
ak test authentik/
)make lint-fix
)If an API change has been made
make gen-build
)If changes to the frontend have been made
make web
)If applicable
make website
)