goauthentik / authentik

The authentication glue you need.
https://goauthentik.io
Other
13.67k stars 916 forks source link

providers/scim: accept string and int for SCIM IDs #12093

Closed BeryJu closed 1 day ago

BeryJu commented 2 days ago

Details

REPLACE ME


Checklist

If an API change has been made

If changes to the frontend have been made

If applicable

netlify[bot] commented 2 days ago

Deploy Preview for authentik-docs canceled.

Name Link
Latest commit e38fe7e4dff535f28dbcce635678215be2c27e58
Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/673dfcca18bc320008d59c75
netlify[bot] commented 2 days ago

Deploy Preview for authentik-storybook canceled.

Name Link
Latest commit e38fe7e4dff535f28dbcce635678215be2c27e58
Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/673dfccae47022000889c10c
github-actions[bot] commented 1 day ago

authentik PR Installation instructions

Instructions for docker-compose Add the following block to your `.env` file: ```shell AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server AUTHENTIK_TAG=gh-e38fe7e4dff535f28dbcce635678215be2c27e58 AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s ``` For arm64, use these values: ```shell AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server AUTHENTIK_TAG=gh-e38fe7e4dff535f28dbcce635678215be2c27e58-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: ```yaml 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-e38fe7e4dff535f28dbcce635678215be2c27e58 ``` For arm64, use these values: ```yaml 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-e38fe7e4dff535f28dbcce635678215be2c27e58-arm64 ``` Afterwards, run the upgrade commands from the latest release notes.
BeryJu commented 1 day ago

/cherry-pick version-2024.10