-
-
Notifications
You must be signed in to change notification settings - Fork 946
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
stages/identification: dynamically find login challenges #11571
Conversation
Signed-off-by: Jens Langhammer <[email protected]>
✅ Deploy Preview for authentik-docs canceled.
|
✅ Deploy Preview for authentik-storybook canceled.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #11571 +/- ##
=======================================
Coverage 92.68% 92.68%
=======================================
Files 736 736
Lines 36535 36542 +7
=======================================
+ Hits 33861 33869 +8
+ Misses 2674 2673 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Small and not insane. :-)
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-3ff63589ca5d7515392fa97dcb435fb880aa8dbe
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-3ff63589ca5d7515392fa97dcb435fb880aa8dbe-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-3ff63589ca5d7515392fa97dcb435fb880aa8dbe 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-3ff63589ca5d7515392fa97dcb435fb880aa8dbe-arm64 Afterwards, run the upgrade commands from the latest release notes. |
* main: web: bump @spotlightjs/spotlight from 2.4.1 to 2.4.2 in /web in the sentry group across 1 directory (#11581) core: bump sentry-sdk from 2.14.0 to 2.15.0 (#11589) web: bump the rollup group across 2 directories with 4 updates (#11590) web: bump chromedriver from 129.0.1 to 129.0.2 in /tests/wdio (#11591) web: bump globals from 15.9.0 to 15.10.0 in /web (#11592) core, web: update translations (#11575) stages/authenticator_webauthn: Update FIDO MDS3 & Passkey aaguid blobs (#11578) core: bump goauthentik.io/api/v3 from 3.2024083.1 to 3.2024083.2 (#11580) web: bump the eslint group across 2 directories with 4 updates (#11582) web: bump API Client version (#11574) stages/identification: dynamically find login challenges (#11571) web: add missing id attribute for button in ak-flow-input-password (#11413) internal: restore /ping behaviour for embedded outpost (#11568)
* main: web: bump @spotlightjs/spotlight from 2.4.1 to 2.4.2 in /web in the sentry group across 1 directory (#11581) core: bump sentry-sdk from 2.14.0 to 2.15.0 (#11589) web: bump the rollup group across 2 directories with 4 updates (#11590) web: bump chromedriver from 129.0.1 to 129.0.2 in /tests/wdio (#11591) web: bump globals from 15.9.0 to 15.10.0 in /web (#11592) core, web: update translations (#11575) stages/authenticator_webauthn: Update FIDO MDS3 & Passkey aaguid blobs (#11578) core: bump goauthentik.io/api/v3 from 3.2024083.1 to 3.2024083.2 (#11580) web: bump the eslint group across 2 directories with 4 updates (#11582) web: bump API Client version (#11574) stages/identification: dynamically find login challenges (#11571) web: add missing id attribute for button in ak-flow-input-password (#11413) internal: restore /ping behaviour for embedded outpost (#11568)
* main: web: audit and update package.json and associated test harness, with upgrade to WebdriverIO 9 (#11596) web: bump @spotlightjs/spotlight from 2.4.1 to 2.4.2 in /web in the sentry group across 1 directory (#11581) core: bump sentry-sdk from 2.14.0 to 2.15.0 (#11589) web: bump the rollup group across 2 directories with 4 updates (#11590) web: bump chromedriver from 129.0.1 to 129.0.2 in /tests/wdio (#11591) web: bump globals from 15.9.0 to 15.10.0 in /web (#11592) core, web: update translations (#11575) stages/authenticator_webauthn: Update FIDO MDS3 & Passkey aaguid blobs (#11578) core: bump goauthentik.io/api/v3 from 3.2024083.1 to 3.2024083.2 (#11580) web: bump the eslint group across 2 directories with 4 updates (#11582) web: bump API Client version (#11574) stages/identification: dynamically find login challenges (#11571) web: add missing id attribute for button in ak-flow-input-password (#11413) internal: restore /ping behaviour for embedded outpost (#11568)
* main: web: unify unit and end-to-end tests (#11598) web: audit and update package.json and associated test harness, with upgrade to WebdriverIO 9 (#11596) web: bump @spotlightjs/spotlight from 2.4.1 to 2.4.2 in /web in the sentry group across 1 directory (#11581) core: bump sentry-sdk from 2.14.0 to 2.15.0 (#11589) web: bump the rollup group across 2 directories with 4 updates (#11590) web: bump chromedriver from 129.0.1 to 129.0.2 in /tests/wdio (#11591) web: bump globals from 15.9.0 to 15.10.0 in /web (#11592) core, web: update translations (#11575) stages/authenticator_webauthn: Update FIDO MDS3 & Passkey aaguid blobs (#11578) core: bump goauthentik.io/api/v3 from 3.2024083.1 to 3.2024083.2 (#11580) web: bump the eslint group across 2 directories with 4 updates (#11582) web: bump API Client version (#11574) stages/identification: dynamically find login challenges (#11571) web: add missing id attribute for button in ak-flow-input-password (#11413) internal: restore /ping behaviour for embedded outpost (#11568)
* main: (29 commits) web: small fixes for elements and forms (#11546) web: unify unit and end-to-end tests (#11598) web: audit and update package.json and associated test harness, with upgrade to WebdriverIO 9 (#11596) web: bump @spotlightjs/spotlight from 2.4.1 to 2.4.2 in /web in the sentry group across 1 directory (#11581) core: bump sentry-sdk from 2.14.0 to 2.15.0 (#11589) web: bump the rollup group across 2 directories with 4 updates (#11590) web: bump chromedriver from 129.0.1 to 129.0.2 in /tests/wdio (#11591) web: bump globals from 15.9.0 to 15.10.0 in /web (#11592) core, web: update translations (#11575) stages/authenticator_webauthn: Update FIDO MDS3 & Passkey aaguid blobs (#11578) core: bump goauthentik.io/api/v3 from 3.2024083.1 to 3.2024083.2 (#11580) web: bump the eslint group across 2 directories with 4 updates (#11582) web: bump API Client version (#11574) stages/identification: dynamically find login challenges (#11571) web: add missing id attribute for button in ak-flow-input-password (#11413) internal: restore /ping behaviour for embedded outpost (#11568) core: bump goauthentik.io/api/v3 from 3.2024082.1 to 3.2024083.1 (#11555) website: bump @types/react from 18.3.9 to 18.3.10 in /website (#11556) core: bump watchdog from 5.0.2 to 5.0.3 (#11557) core: bump uvicorn from 0.30.6 to 0.31.0 (#11558) ...
* main: (682 commits) web: small fixes for elements and forms (#11546) web: unify unit and end-to-end tests (#11598) web: audit and update package.json and associated test harness, with upgrade to WebdriverIO 9 (#11596) web: bump @spotlightjs/spotlight from 2.4.1 to 2.4.2 in /web in the sentry group across 1 directory (#11581) core: bump sentry-sdk from 2.14.0 to 2.15.0 (#11589) web: bump the rollup group across 2 directories with 4 updates (#11590) web: bump chromedriver from 129.0.1 to 129.0.2 in /tests/wdio (#11591) web: bump globals from 15.9.0 to 15.10.0 in /web (#11592) core, web: update translations (#11575) stages/authenticator_webauthn: Update FIDO MDS3 & Passkey aaguid blobs (#11578) core: bump goauthentik.io/api/v3 from 3.2024083.1 to 3.2024083.2 (#11580) web: bump the eslint group across 2 directories with 4 updates (#11582) web: bump API Client version (#11574) stages/identification: dynamically find login challenges (#11571) web: add missing id attribute for button in ak-flow-input-password (#11413) internal: restore /ping behaviour for embedded outpost (#11568) core: bump goauthentik.io/api/v3 from 3.2024082.1 to 3.2024083.1 (#11555) website: bump @types/react from 18.3.9 to 18.3.10 in /website (#11556) core: bump watchdog from 5.0.2 to 5.0.3 (#11557) core: bump uvicorn from 0.30.6 to 0.31.0 (#11558) ...
* main: (33 commits) web: provide simple tables for API-less displays (#11028) core: bump goauthentik/fips-python from 3.12.6-slim-bookworm-fips-full to 3.12.7-slim-bookworm-fips-full (#11607) core: bump twilio from 9.3.2 to 9.3.3 (#11608) core: bump msgraph-sdk from 1.8.0 to 1.9.0 (#11609) web: small fixes for elements and forms (#11546) web: unify unit and end-to-end tests (#11598) web: audit and update package.json and associated test harness, with upgrade to WebdriverIO 9 (#11596) web: bump @spotlightjs/spotlight from 2.4.1 to 2.4.2 in /web in the sentry group across 1 directory (#11581) core: bump sentry-sdk from 2.14.0 to 2.15.0 (#11589) web: bump the rollup group across 2 directories with 4 updates (#11590) web: bump chromedriver from 129.0.1 to 129.0.2 in /tests/wdio (#11591) web: bump globals from 15.9.0 to 15.10.0 in /web (#11592) core, web: update translations (#11575) stages/authenticator_webauthn: Update FIDO MDS3 & Passkey aaguid blobs (#11578) core: bump goauthentik.io/api/v3 from 3.2024083.1 to 3.2024083.2 (#11580) web: bump the eslint group across 2 directories with 4 updates (#11582) web: bump API Client version (#11574) stages/identification: dynamically find login challenges (#11571) web: add missing id attribute for button in ak-flow-input-password (#11413) internal: restore /ping behaviour for embedded outpost (#11568) ...
* main: (481 commits) web: provide simple tables for API-less displays (#11028) core: bump goauthentik/fips-python from 3.12.6-slim-bookworm-fips-full to 3.12.7-slim-bookworm-fips-full (#11607) core: bump twilio from 9.3.2 to 9.3.3 (#11608) core: bump msgraph-sdk from 1.8.0 to 1.9.0 (#11609) web: small fixes for elements and forms (#11546) web: unify unit and end-to-end tests (#11598) web: audit and update package.json and associated test harness, with upgrade to WebdriverIO 9 (#11596) web: bump @spotlightjs/spotlight from 2.4.1 to 2.4.2 in /web in the sentry group across 1 directory (#11581) core: bump sentry-sdk from 2.14.0 to 2.15.0 (#11589) web: bump the rollup group across 2 directories with 4 updates (#11590) web: bump chromedriver from 129.0.1 to 129.0.2 in /tests/wdio (#11591) web: bump globals from 15.9.0 to 15.10.0 in /web (#11592) core, web: update translations (#11575) stages/authenticator_webauthn: Update FIDO MDS3 & Passkey aaguid blobs (#11578) core: bump goauthentik.io/api/v3 from 3.2024083.1 to 3.2024083.2 (#11580) web: bump the eslint group across 2 directories with 4 updates (#11582) web: bump API Client version (#11574) stages/identification: dynamically find login challenges (#11571) web: add missing id attribute for button in ak-flow-input-password (#11413) internal: restore /ping behaviour for embedded outpost (#11568) ...
Details
REPLACE ME
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
)