Skip to content

providers/scim: add comparison with existing group on update and delta update users (cherry-pick #11414)#11796

Merged
BeryJu merged 1 commit intoversion-2024.8from
cherry-pick-92cecd-version-2024.8
Oct 24, 2024
Merged

providers/scim: add comparison with existing group on update and delta update users (cherry-pick #11414)#11796
BeryJu merged 1 commit intoversion-2024.8from
cherry-pick-92cecd-version-2024.8

Conversation

@gcp-cherry-pick-bot
Copy link
Contributor

Cherry-picked providers/scim: add comparison with existing group on update and delta update users (#11414)

  • fix incorrect default group mapping

Signed-off-by: Jens Langhammer jens@goauthentik.io

  • providers/scim: add comparison with existing group on update and delta update users

Signed-off-by: Jens Langhammer jens@goauthentik.io

  • fix

Signed-off-by: Jens Langhammer jens@goauthentik.io

  • fix

Signed-off-by: Jens Langhammer jens@goauthentik.io

  • fix another exception when creating groups

Signed-off-by: Jens Langhammer jens@goauthentik.io

  • fix users to add check

Signed-off-by: Jens Langhammer jens@goauthentik.io


Signed-off-by: Jens Langhammer jens@goauthentik.io

…a update users (#11414)

* fix incorrect default group mapping

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* providers/scim: add comparison with existing group on update and delta update users

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fix

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fix

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fix another exception when creating groups

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fix users to add check

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@gcp-cherry-pick-bot gcp-cherry-pick-bot bot requested review from a team as code owners October 24, 2024 16:06
@netlify
Copy link

netlify bot commented Oct 24, 2024

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 11d2f03
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/671a7077ac4f5f00080d7918
😎 Deploy Preview https://deploy-preview-11796--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

codecov bot commented Oct 24, 2024

Codecov Report

Attention: Patch coverage is 79.54545% with 18 lines in your changes missing coverage. Please review.

Project coverage is 92.68%. Comparing base (eab3d9b) to head (11d2f03).
Report is 1 commits behind head on version-2024.8.

Files with missing lines Patch % Lines
authentik/providers/scim/clients/groups.py 63.82% 17 Missing ⚠️
authentik/lib/utils/http.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@                Coverage Diff                 @@
##           version-2024.8   #11796      +/-   ##
==================================================
- Coverage           92.75%   92.68%   -0.08%     
==================================================
  Files                 736      736              
  Lines               36556    36618      +62     
==================================================
+ Hits                33909    33939      +30     
- Misses               2647     2679      +32     
Flag Coverage Δ
e2e 49.03% <3.40%> (-0.24%) ⬇️
integration 24.91% <0.00%> (-0.05%) ⬇️
unit 90.26% <79.54%> (+<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.

@BeryJu BeryJu merged commit de9fc5d into version-2024.8 Oct 24, 2024
@BeryJu BeryJu deleted the cherry-pick-92cecd-version-2024.8 branch October 24, 2024 16:28
@github-actions
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-11d2f031604848c43d9c722bfe54e4c65face702
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-11d2f031604848c43d9c722bfe54e4c65face702-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
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-11d2f031604848c43d9c722bfe54e4c65face702

For arm64, use these values:

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

1 participant