Skip to content

Conversation

authentik-automation[bot]
Copy link
Contributor

Cherry-pick of #16465 to version-2025.8 branch.

Original PR: #16465
Original Author: @drmathias
Cherry-picked commit: 301ade8

* providers/scim: fix string formatting for SCIM user filter

Signed-off-by: Adam Shirt <adamshirt@outlook.com>

* format

---------

Signed-off-by: Adam Shirt <adamshirt@outlook.com>
Co-authored-by: Jens Langhammer <jens.langhammer@beryju.org>
Copy link

netlify bot commented Sep 17, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit b598258
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/68ca90aace10680008de8c11
😎 Deploy Preview https://deploy-preview-16852--authentik-integrations.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 project configuration.

Copy link

netlify bot commented Sep 17, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit b598258
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/68ca90aaec8e19000894c642

Copy link

codecov bot commented Sep 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.80%. Comparing base (88036eb) to head (b598258).
⚠️ Report is 1 commits behind head on version-2025.8.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@               Coverage Diff               @@
##           version-2025.8   #16852   +/-   ##
===============================================
  Coverage           92.80%   92.80%           
===============================================
  Files                 837      837           
  Lines               45331    45331           
===============================================
+ Hits                42070    42071    +1     
+ Misses               3261     3260    -1     
Flag Coverage Δ
e2e 46.54% <ø> (ø)
integration 23.53% <ø> (+<0.01%) ⬆️
unit 90.90% <ø> (+<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.

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-b59825814f7ddc2237d5a1fbdfecfb4ddbff6422
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-b59825814f7ddc2237d5a1fbdfecfb4ddbff6422

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

@BeryJu BeryJu merged commit db50991 into version-2025.8 Sep 17, 2025
101 checks passed
@BeryJu BeryJu deleted the cherry-pick-16465-to-version-2025.8 branch September 17, 2025 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants