Skip to content

root: fix activation of locale not being scoped#12091

Merged
BeryJu merged 1 commit intomainfrom
root/fix-locale-activate
Nov 20, 2024
Merged

root: fix activation of locale not being scoped#12091
BeryJu merged 1 commit intomainfrom
root/fix-locale-activate

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Nov 20, 2024

closes #12088

Details

REPLACE ME


Checklist

  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema has been updated (make gen-build)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make website)

closes #12088

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu requested a review from a team as a code owner November 20, 2024 14:12
@netlify
Copy link

netlify bot commented Nov 20, 2024

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 676897e
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/673dee5c0520da0008a09854

@netlify
Copy link

netlify bot commented Nov 20, 2024

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 676897e
🔍 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
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-676897ea493833ecf551ad0345e6ff3b60a56604
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

For arm64, use these values:

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:

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:

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
Copy link
Member Author

BeryJu commented Nov 20, 2024

/cherry-pick version-2024.10

@BeryJu BeryJu merged commit 14867e3 into main Nov 20, 2024
@BeryJu BeryJu deleted the root/fix-locale-activate branch November 20, 2024 20:31
gcp-cherry-pick-bot bot pushed a commit that referenced this pull request Nov 20, 2024
closes #12088

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
BeryJu added a commit that referenced this pull request Nov 20, 2024
…12096)

root: fix activation of locale not being scoped (#12091)

closes #12088

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Jens L. <jens@goauthentik.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

A user who sets their locale will change the entire authentik runtime language.

1 participant