Skip to content

providers/saml: fix metadata import error handling (cherry-pick #10349)#10350

Merged
rissson merged 1 commit intoversion-2024.6from
cherry-pick-b31e32-version-2024.6
Jul 3, 2024
Merged

providers/saml: fix metadata import error handling (cherry-pick #10349)#10350
rissson merged 1 commit intoversion-2024.6from
cherry-pick-b31e32-version-2024.6

Conversation

@gcp-cherry-pick-bot
Copy link
Copy Markdown
Contributor

Cherry-picked providers/saml: fix metadata import error handling (#10349)

@gcp-cherry-pick-bot gcp-cherry-pick-bot bot requested a review from a team as a code owner July 3, 2024 15:45
@rissson rissson enabled auto-merge (squash) July 3, 2024 15:46
@netlify
Copy link
Copy Markdown

netlify bot commented Jul 3, 2024

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 4d8a1fe
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/6685723741722f000827e91f
😎 Deploy Preview https://deploy-preview-10350--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 site configuration.

@codecov
Copy link
Copy Markdown

codecov bot commented Jul 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 50.90%. Comparing base (ff0ef7a) to head (4d8a1fe).

❗ There is a different number of reports uploaded between BASE (ff0ef7a) and HEAD (4d8a1fe). Click for more details.

HEAD has 2 uploads less than BASE
Flag BASE (ff0ef7a) HEAD (4d8a1fe)
unit 2 0
Additional details and impacted files
@@                 Coverage Diff                 @@
##           version-2024.6   #10350       +/-   ##
===================================================
- Coverage           92.64%   50.90%   -41.75%     
===================================================
  Files                 713      711        -2     
  Lines               34969    34706      -263     
===================================================
- Hits                32398    17668    -14730     
- Misses               2571    17038    +14467     
Flag Coverage Δ
e2e 49.53% <ø> (-0.03%) ⬇️
integration 25.39% <ø> (ø)
unit ?

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.

@rissson rissson merged commit 6cdae09 into version-2024.6 Jul 3, 2024
@rissson rissson deleted the cherry-pick-b31e32-version-2024.6 branch July 3, 2024 16:01
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Jul 3, 2024

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-4d8a1fed7fc229cbe5714e9497df035e554e4a94
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-4d8a1fed7fc229cbe5714e9497df035e554e4a94-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-4d8a1fed7fc229cbe5714e9497df035e554e4a94

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-4d8a1fed7fc229cbe5714e9497df035e554e4a94-arm64

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.

2 participants