goauthentik / authentik

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

root: fix activation of locale not being scoped #12091

Closed BeryJu closed 1 day ago

BeryJu commented 2 days ago

closes #12088

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-storybook canceled.

Name Link
Latest commit 676897ea493833ecf551ad0345e6ff3b60a56604
Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/673dee5c0520da0008a09854
netlify[bot] commented 2 days ago

Deploy Preview for authentik-docs ready!

Name Link
Latest commit 676897ea493833ecf551ad0345e6ff3b60a56604
Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/673dee5cf04e7100084bc184
Deploy Preview https://deploy-preview-12091--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.

github-actions[bot] commented 2 days 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-676897ea493833ecf551ad0345e6ff3b60a56604 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-676897ea493833ecf551ad0345e6ff3b60a56604-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-676897ea493833ecf551ad0345e6ff3b60a56604 ``` 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-676897ea493833ecf551ad0345e6ff3b60a56604-arm64 ``` Afterwards, run the upgrade commands from the latest release notes.
BeryJu commented 1 day ago

/cherry-pick version-2024.10