Skip to content

provider/scim: Fix exception handling for missing ServiceProviderConfig (cherry-pick #10322)#10335

Merged
BeryJu merged 1 commit intoversion-2024.6from
cherry-pick-e76a31-version-2024.6
Jul 2, 2024
Merged

provider/scim: Fix exception handling for missing ServiceProviderConfig (cherry-pick #10322)#10335
BeryJu merged 1 commit intoversion-2024.6from
cherry-pick-e76a31-version-2024.6

Conversation

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

Cherry-picked provider/scim: Fix exception handling for missing ServiceProviderConfig (#10322)

@gcp-cherry-pick-bot gcp-cherry-pick-bot bot requested a review from a team as a code owner July 2, 2024 11:00
@netlify
Copy link
Copy Markdown

netlify bot commented Jul 2, 2024

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit d769679
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/6683ddc314d31d0008e2e24c
😎 Deploy Preview https://deploy-preview-10335--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 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.64%. Comparing base (1aa60e7) to head (d769679).

Additional details and impacted files
@@                Coverage Diff                 @@
##           version-2024.6   #10335      +/-   ##
==================================================
+ Coverage           92.63%   92.64%   +0.01%     
==================================================
  Files                 713      713              
  Lines               34969    34969              
==================================================
+ Hits                32392    32397       +5     
+ Misses               2577     2572       -5     
Flag Coverage Δ
e2e 49.54% <0.00%> (+0.01%) ⬆️
integration 25.39% <0.00%> (ø)
unit 90.12% <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.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Jul 2, 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-d769679bed5766df3b94b6d420a5c377b4050c66
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-d769679bed5766df3b94b6d420a5c377b4050c66-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-d769679bed5766df3b94b6d420a5c377b4050c66

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-d769679bed5766df3b94b6d420a5c377b4050c66-arm64

Afterwards, run the upgrade commands from the latest release notes.

@BeryJu BeryJu merged commit 3986104 into version-2024.6 Jul 2, 2024
@BeryJu BeryJu deleted the cherry-pick-e76a31-version-2024.6 branch July 2, 2024 11:53
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