Conversation
…pported by remote system Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
✅ Deploy Preview for authentik-docs canceled.
|
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## main #13437 +/- ##
==========================================
- Coverage 92.75% 92.68% -0.07%
==========================================
Files 793 793
Lines 40364 40376 +12
==========================================
- Hits 37438 37421 -17
- Misses 2926 2955 +29
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-e2ac81323422689bed0c34204c7fd63872fefeba
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your 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-e2ac81323422689bed0c34204c7fd63872fefebaAfterwards, run the upgrade commands from the latest release notes. |
* main: (77 commits) web: Ignore Storybook when running codespell. (#13454) core: bump ruff from 0.9.9 to 0.9.10 (#13448) core: bump webauthn from 2.5.1 to 2.5.2 (#13449) website/docs: backup and restore: remove extra period (#13440) website: bump prismjs from 1.29.0 to 1.30.0 in /website (#13456) web: bump prismjs from 1.29.0 to 1.30.0 in /web (#13455) web: admin interface: faster card load (#13331) web/admin: fix display bug for assigned users in application bindings in the wizard (#13435) website: bump the build group across 1 directory with 9 updates (#13442) core: bump django from 5.0.12 to 5.0.13 (#13425) providers/SCIM: fix object exists error for users, attempt to look up user ID in remote system (#13437) website/docs: sys mgmt: document authentik backups/restoration (#12943) website: fix build in docker (#13430) website/integrations: zipline: add (#13257) translate: Updates for file web/xliff/en.xlf in fr (#13431) lifecycle/aws: bump aws-cdk from 2.1002.0 to 2.1003.0 in /lifecycle/aws (#13426) translate: Updates for file web/xliff/en.xlf in zh_CN (#13428) translate: Updates for file web/xliff/en.xlf in zh-Hans (#13429) core, web: update translations (#13423) website: add a better edit this page element (#13391) ...
|
/cherry-pick version-2025.2 |
|
Cherry-pick failed with |
… user ID in remote system (#13437) * providers/scim: handle ObjectExistsSyncException when filtering is supported by remote system Signed-off-by: Jens Langhammer <jens@goauthentik.io> * unrelated: correctly check for backchannel application in SCIM view page Signed-off-by: Jens Langhammer <jens@goauthentik.io> * unrelated: fix missing ignore paths in codespell Signed-off-by: Jens Langhammer <jens@goauthentik.io> * format Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> # Conflicts: # pyproject.toml
* main: web: admin interface: faster card load (#13331) web/admin: fix display bug for assigned users in application bindings in the wizard (#13435) website: bump the build group across 1 directory with 9 updates (#13442) core: bump django from 5.0.12 to 5.0.13 (#13425) providers/SCIM: fix object exists error for users, attempt to look up user ID in remote system (#13437) website/docs: sys mgmt: document authentik backups/restoration (#12943) website: fix build in docker (#13430) website/integrations: zipline: add (#13257)
Details
REPLACE ME
Checklist
ak test authentik/)make lint-fix)If an API change has been made
make gen-build)If changes to the frontend have been made
make web)If applicable
make website)