-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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 misc dual select on different forms #11203
Conversation
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
/cherry-pick version-2024.8 |
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for authentik-docs canceled.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #11203 +/- ##
==========================================
- Coverage 92.75% 92.74% -0.01%
==========================================
Files 736 736
Lines 36435 36435
==========================================
- Hits 33794 33792 -2
- Misses 2641 2643 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-f26d075281922cbc4d9a98f46e71fea980468204
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-f26d075281922cbc4d9a98f46e71fea980468204-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 KubernetesAdd the following block to your 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-f26d075281922cbc4d9a98f46e71fea980468204 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-f26d075281922cbc4d9a98f46e71fea980468204-arm64 Afterwards, run the upgrade commands from the latest release notes. |
Cherry-pick failed with |
* fix prompt stage Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix identification stage Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix OAuth JWKS sources Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix oauth provider default scopes Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix outpost form Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix webauthn Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix transport form Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> # Conflicts: # web/src/admin/applications/wizard/methods/oauth/ak-application-wizard-authentication-by-oauth.ts # web/src/admin/applications/wizard/methods/proxy/AuthenticationByProxyPage.ts
@@ -205,7 +205,7 @@ gen: gen-build gen-client-ts | |||
web-build: web-install ## Build the Authentik UI | |||
cd web && npm run build | |||
|
|||
web: web-lint-fix web-lint web-check-compile web-test ## Automatically fix formatting issues in the Authentik UI source code, lint the code, and compile it | |||
web: web-lint-fix web-lint web-check-compile ## Automatically fix formatting issues in the Authentik UI source code, lint the code, and compile it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Accidental?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no this was the usual "unrelated" included thing
* main: web/admin: fix misc dual select on different forms (#11203) core: bump cryptography from 43.0.0 to 43.0.1 (#11185) ci: bump peter-evans/create-pull-request from 6 to 7 (#11186) core: bump goauthentik.io/api/v3 from 3.2024064.1 to 3.2024080.1 (#11187) core: bump django from 5.0.8 to 5.0.9 (#11188) core: bump watchdog from 5.0.1 to 5.0.2 (#11189) web: bump @sentry/browser from 8.27.0 to 8.28.0 in /web in the sentry group across 1 directory (#11191) web: bump yaml from 2.5.0 to 2.5.1 in /web (#11192) web: bump knip from 5.29.1 to 5.29.2 in /web (#11193) web: bump wireit from 0.14.8 to 0.14.9 in /web (#11194) web: bump @types/node from 22.5.2 to 22.5.3 in /web (#11195) root: backport s3 storage changes (#11181) core: fix change_user_type always requiring usernames (#11177) web/admin: fix error in Outpost creation form (#11173)
This didnt solve it fully - Providers are still unable to be created. Browser Console yields:
Image used:
|
@f0o it does for me. The fix wasn't pushed live yet, it's available under a different repository.
|
@WasserEsser Do you know when the patch will be feed into a release? I assumed it was cherry picked into the 2024.8 release 2 days ago. Seems odd not to add this patch to the current release as it defacto breaks the whole functionality of it. |
@f0o it'll be included in 2024.8.1: #11209 (comment) |
Details
closes #11197
Checklist
ak test authentik/
)make lint-fix
)If an API change has been made
make gen-build
)If changes to the frontend have been made
make web
)If applicable
make website
)