Skip to content

providers/oauth2: fix migration (cherry-pick #12138)#12139

Merged
BeryJu merged 1 commit intoversion-2024.10from
cherry-pick-96bffe-version-2024.10
Nov 21, 2024
Merged

providers/oauth2: fix migration (cherry-pick #12138)#12139
BeryJu merged 1 commit intoversion-2024.10from
cherry-pick-96bffe-version-2024.10

Conversation

@gcp-cherry-pick-bot
Copy link
Contributor

Cherry-picked providers/oauth2: fix migration (#12138)

Signed-off-by: Jens Langhammer jens@goauthentik.io

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@gcp-cherry-pick-bot gcp-cherry-pick-bot bot requested a review from a team as a code owner November 21, 2024 17:54
@netlify
Copy link

netlify bot commented Nov 21, 2024

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 0f2eafb
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/673f73dd56018e000898ee6a
😎 Deploy Preview https://deploy-preview-12139--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.

@BeryJu BeryJu merged commit 80dfe37 into version-2024.10 Nov 21, 2024
@BeryJu BeryJu deleted the cherry-pick-96bffe-version-2024.10 branch November 21, 2024 17:55
@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-0f2eafb29d751ba27f672b23b8cfccabc3a2063d
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-0f2eafb29d751ba27f672b23b8cfccabc3a2063d-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-0f2eafb29d751ba27f672b23b8cfccabc3a2063d

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-0f2eafb29d751ba27f672b23b8cfccabc3a2063d-arm64

Afterwards, run the upgrade commands from the latest release notes.

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.

1 participant