providers/scim: add option to ignore SCIM server cert#11437
Conversation
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 ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #11437 +/- ##
=======================================
Coverage 92.66% 92.66%
=======================================
Files 736 736
Lines 36492 36494 +2
=======================================
+ Hits 33815 33817 +2
Misses 2677 2677
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-df44bf22f1adcb0b9406997c98be771a06617d70
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sFor arm64, use these values: AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-df44bf22f1adcb0b9406997c98be771a06617d70-arm64
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-df44bf22f1adcb0b9406997c98be771a06617d70For 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-df44bf22f1adcb0b9406997c98be771a06617d70-arm64Afterwards, run the upgrade commands from the latest release notes. |
* main: web: bump API Client version (#11678) providers/scim: add option to ignore SCIM server cert (#11437) website/integrations add GHEC EMU and fix-up GHES (#11677) website/docs: fix SkipObject exception (#11632) web: bump API Client version (#11676) flows: provider invalidation (#5048) translate: Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans (#11662) translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#11663) translate: Updates for file locale/en/LC_MESSAGES/django.po in fr (#11664) core: bump goauthentik.io/api/v3 from 3.2024083.4 to 3.2024083.5 (#11671) core: bump pdoc from 14.7.0 to 15.0.0 (#11672) core: bump coverage from 7.6.2 to 7.6.3 (#11673) core, web: update translations (#11659)
Details
add option to ignore peer certificate for SCIM
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)