Skip to content

sources/scim: add group patch support#15212

Merged
BeryJu merged 9 commits intomainfrom
sources/scim/patch
Jun 24, 2025
Merged

sources/scim: add group patch support#15212
BeryJu merged 9 commits intomainfrom
sources/scim/patch

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Jun 23, 2025

Details

closes #15046
closes #11249


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)

BeryJu added 7 commits June 24, 2025 00:50
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu requested review from a team as code owners June 23, 2025 23:37
@netlify
Copy link

netlify bot commented Jun 23, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 57b99fd
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/685a9567aab3d1000834a6f1

@netlify
Copy link

netlify bot commented Jun 23, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 57b99fd
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/685a956745200a000832f0fa

@netlify
Copy link

netlify bot commented Jun 23, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit 57b99fd
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/685a9567f189830008e5f7e2

@codecov
Copy link

codecov bot commented Jun 23, 2025

Codecov Report

Attention: Patch coverage is 95.23810% with 9 lines in your changes missing coverage. Please review.

Project coverage is 93.02%. Comparing base (71be3ac) to head (57b99fd).
Report is 2 commits behind head on main.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
authentik/sources/scim/views/v2/groups.py 88.88% 4 Missing ⚠️
authentik/sources/scim/views/v2/users.py 50.00% 3 Missing ⚠️
authentik/providers/scim/clients/schema.py 92.30% 1 Missing ⚠️
authentik/sources/scim/views/v2/exceptions.py 96.96% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #15212      +/-   ##
==========================================
+ Coverage   93.00%   93.02%   +0.02%     
==========================================
  Files         822      824       +2     
  Lines       42481    42632     +151     
==========================================
+ Hits        39509    39660     +151     
  Misses       2972     2972              
Flag Coverage Δ
e2e 47.66% <24.86%> (-0.16%) ⬇️
integration 24.25% <0.00%> (-0.09%) ⬇️
unit 91.05% <95.23%> (+0.20%) ⬆️

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.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

BeryJu added 2 commits June 24, 2025 13:49
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu force-pushed the sources/scim/patch branch from a1d1626 to 57b99fd Compare June 24, 2025 12:09
@github-actions
Copy link
Contributor

github-actions bot commented Jun 24, 2025

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-57b99fd31cc1e576a568a8c8bb144c1eca0eae30
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-57b99fd31cc1e576a568a8c8bb144c1eca0eae30

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

@BeryJu BeryJu merged commit f89cc98 into main Jun 24, 2025
107 checks passed
@BeryJu BeryJu deleted the sources/scim/patch branch June 24, 2025 14:48
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.

SCIM Source provisioning - add user to group failes: Method "PATCH" not allowed

1 participant