Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web/admin: fix flow stage binding update failing #5287

Merged
merged 1 commit into from Apr 18, 2023

Conversation

BeryJu
Copy link
Member

@BeryJu BeryJu commented Apr 18, 2023

closes #5286

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@codecov
Copy link

codecov bot commented Apr 18, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.01 🎉

Comparison is base (2502a7c) 92.73% compared to head (a46c43a) 92.74%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5287      +/-   ##
==========================================
+ Coverage   92.73%   92.74%   +0.01%     
==========================================
  Files         506      506              
  Lines       25869    25869              
==========================================
+ Hits        23988    23989       +1     
+ Misses       1881     1880       -1     
Flag Coverage Δ
e2e 52.66% <ø> (-<0.01%) ⬇️
integration 26.34% <ø> (ø)
unit 89.54% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@BeryJu BeryJu merged commit 5f99887 into main Apr 18, 2023
55 of 56 checks passed
@BeryJu BeryJu deleted the web/admin/fix-flow-stage-binding-edit branch April 18, 2023 11:10
@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-web-admin-fix-flow-stage-binding-edit-1681815802-c0f8eae
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-web-admin-fix-flow-stage-binding-edit-1681815802-c0f8eae-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-web-admin-fix-flow-stage-binding-edit-1681815802-c0f8eae

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-web-admin-fix-flow-stage-binding-edit-1681815802-c0f8eae-arm64

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

@amrelsaqqa
Copy link

Thanks @BeryJu!

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.

Unable to change flow stage binding through UI after upgrading to 2023.4.0 and 2023.4.1
2 participants