Skip to content
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

Merged
merged 1 commit into from
May 13, 2024

Conversation

BeryJu
Copy link
Member

@BeryJu BeryJu commented May 13, 2024

Details

closes #4165
closes #9700


Checklist

  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema has been updated (make gen-build)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make website)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu requested a review from a team as a code owner May 13, 2024 18:04
@BeryJu
Copy link
Member Author

BeryJu commented May 13, 2024

/cherry-pick version-2024.4

Copy link

netlify bot commented May 13, 2024

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 7c9b7f1
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/6642563cfbcba10008ab8eac

Copy link

netlify bot commented May 13, 2024

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 7c9b7f1
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/6642563c94a3fb000899a224
😎 Deploy Preview https://deploy-preview-9708--authentik-storybook.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 site configuration.

Copy link

codecov bot commented May 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.37%. Comparing base (3a3619f) to head (7c9b7f1).
Report is 5 commits behind head on main.

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     
Flag Coverage Δ
e2e 49.66% <100.00%> (+0.01%) ⬆️
integration 25.36% <0.00%> (-0.01%) ⬇️
unit 89.82% <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.

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-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 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
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.

@BeryJu BeryJu merged commit 833c66a into main May 13, 2024
69 checks passed
@BeryJu BeryJu deleted the sources/saml/fix-error-pickle branch May 13, 2024 18:33
gcp-cherry-pick-bot bot pushed a commit that referenced this pull request May 13, 2024
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
BeryJu added a commit that referenced this pull request May 13, 2024
…#9709)

sources/saml: fix FlowPlanner error due to pickle (#9708)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Jens L <jens@goauthentik.io>
kensternberg-authentik added a commit that referenced this pull request May 14, 2024
* 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)
tanberry pushed a commit that referenced this pull request May 15, 2024
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant