Skip to content

flows: fix mismatched redirect behaviour for invalid and valid flows#8794

Merged
BeryJu merged 1 commit intomainfrom
flows/fix-redirect-behaviour
Mar 4, 2024
Merged

flows: fix mismatched redirect behaviour for invalid and valid flows#8794
BeryJu merged 1 commit intomainfrom
flows/fix-redirect-behaviour

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Mar 4, 2024

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)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu requested a review from a team as a code owner March 4, 2024 17:22
@BeryJu
Copy link
Member Author

BeryJu commented Mar 4, 2024

/cherry-pick version-2024.2

@netlify
Copy link

netlify bot commented Mar 4, 2024

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 1765d06
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/65e60363aaf29c0008edea5a

@netlify
Copy link

netlify bot commented Mar 4, 2024

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 1765d06
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/65e60363ca78910008e314e2

@github-actions
Copy link
Contributor

github-actions bot commented Mar 4, 2024

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-ghcr.io/goauthentik/dev-server:gh-1765d068eea7277ed6152dc5841e1fb74b33e1e8
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-ghcr.io/goauthentik/dev-server:gh-1765d068eea7277ed6152dc5841e1fb74b33e1e8-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
image:
    repository: ghcr.io/goauthentik/dev-server
    tag: gh-ghcr.io/goauthentik/dev-server:gh-1765d068eea7277ed6152dc5841e1fb74b33e1e8

For arm64, use these values:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
image:
    repository: ghcr.io/goauthentik/dev-server
    tag: gh-ghcr.io/goauthentik/dev-server:gh-1765d068eea7277ed6152dc5841e1fb74b33e1e8-arm64

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

@BeryJu BeryJu merged commit 1be50bc into main Mar 4, 2024
@BeryJu BeryJu deleted the flows/fix-redirect-behaviour branch March 4, 2024 17:46
gcp-cherry-pick-bot bot pushed a commit that referenced this pull request Mar 4, 2024
…8794)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
BeryJu added a commit that referenced this pull request Mar 4, 2024
…(cherry-pick #8794) (#8796)

flows: fix mismatched redirect behaviour for invalid and valid flows (#8794)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Jens L <jens@goauthentik.io>
kensternberg-authentik added a commit that referenced this pull request Mar 5, 2024
* main:
  website: fix missing compose file (#8809)
  core: bump django from 5.0.2 to 5.0.3 (#8808)
  core: bump github.com/go-openapi/strfmt from 0.22.1 to 0.22.2 (#8801)
  core, web: update translations (#8800)
  core: bump goauthentik.io/api/v3 from 3.2024021.3 to 3.2024022.1 (#8802)
  core: bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 (#8803)
  core: bump github.com/go-openapi/runtime from 0.27.1 to 0.27.2 (#8804)
  website: bump @types/react from 18.2.61 to 18.2.62 in /website (#8805)
  web: bump the eslint group in /tests/wdio with 2 updates (#8806)
  web: bump the eslint group in /web with 2 updates (#8807)
  website/integrations: fix typo in proxmox docs (#8791)
  web: bump API Client version (#8797)
  release: 2024.2.2
  website/docs: prepare 2024.2.2 release notes (#8782)
  flows: fix mismatched redirect behaviour for invalid and valid flows (#8794)
  providers/oauth2: fix validation ordering (#8793)
  web: clean up UserInterface in prep for OAuth and Silo Projects (#8278)
kensternberg-authentik added a commit that referenced this pull request Mar 5, 2024
* web/replace-rollup-with-esbuild:
  website: fix missing compose file (#8809)
  core: bump django from 5.0.2 to 5.0.3 (#8808)
  core: bump github.com/go-openapi/strfmt from 0.22.1 to 0.22.2 (#8801)
  core, web: update translations (#8800)
  core: bump goauthentik.io/api/v3 from 3.2024021.3 to 3.2024022.1 (#8802)
  core: bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 (#8803)
  core: bump github.com/go-openapi/runtime from 0.27.1 to 0.27.2 (#8804)
  website: bump @types/react from 18.2.61 to 18.2.62 in /website (#8805)
  web: bump the eslint group in /tests/wdio with 2 updates (#8806)
  web: bump the eslint group in /web with 2 updates (#8807)
  website/integrations: fix typo in proxmox docs (#8791)
  web: bump API Client version (#8797)
  release: 2024.2.2
  website/docs: prepare 2024.2.2 release notes (#8782)
  flows: fix mismatched redirect behaviour for invalid and valid flows (#8794)
  providers/oauth2: fix validation ordering (#8793)
  web: clean up UserInterface in prep for OAuth and Silo Projects (#8278)
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