Skip to content

sources/scim: fix duplicate groups and invalid schema (cherry-pick #9466)#9606

Merged
BeryJu merged 1 commit intoversion-2024.4from
cherry-pick-f1ed20-version-2024.4
May 6, 2024
Merged

sources/scim: fix duplicate groups and invalid schema (cherry-pick #9466)#9606
BeryJu merged 1 commit intoversion-2024.4from
cherry-pick-f1ed20-version-2024.4

Conversation

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

Cherry-picked sources/scim: fix duplicate groups and invalid schema (#9466)

  • sources/scim: fix duplicate groups

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

  • fix missing schema in response

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

  • fix members missing in returned group

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

  • optimise queries

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

  • fix

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


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

* sources/scim: fix duplicate groups

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

* fix missing schema in response

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

* fix members missing in returned group

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

* optimise queries

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

* fix

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 a review from a team as a code owner May 6, 2024 12:55
@netlify
Copy link
Copy Markdown

netlify bot commented May 6, 2024

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit c445860
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/6638d337f2c2d50008c529ed
😎 Deploy Preview https://deploy-preview-9606--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 May 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.51%. Comparing base (23bbb6e) to head (c445860).

Additional details and impacted files
@@                Coverage Diff                 @@
##           version-2024.4    #9606      +/-   ##
==================================================
+ Coverage           92.49%   92.51%   +0.01%     
==================================================
  Files                 669      669              
  Lines               32889    32899      +10     
==================================================
+ Hits                30420    30435      +15     
+ Misses               2469     2464       -5     
Flag Coverage Δ
e2e 50.57% <100.00%> (+0.08%) ⬆️
integration 25.92% <25.00%> (-0.01%) ⬇️
unit 89.79% <50.00%> (-0.02%) ⬇️

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 May 6, 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-c445860f88651601850fbbdf470514ce99a4c57d
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-c445860f88651601850fbbdf470514ce99a4c57d-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-c445860f88651601850fbbdf470514ce99a4c57d

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

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

@BeryJu BeryJu merged commit ff193d8 into version-2024.4 May 6, 2024
@BeryJu BeryJu deleted the cherry-pick-f1ed20-version-2024.4 branch May 6, 2024 13:41
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