-
-
Notifications
You must be signed in to change notification settings - Fork 945
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/authenticator_webauthn: Update FIDO MDS3 & Passkey aaguid blobs #11578
Conversation
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
✅ 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 #11578 +/- ##
==========================================
+ Coverage 92.69% 92.75% +0.06%
==========================================
Files 736 736
Lines 36542 36542
==========================================
+ Hits 33871 33896 +25
+ Misses 2671 2646 -25
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-3cf821fe04c0b62ea76e85b141c73547bb1781ac
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-3cf821fe04c0b62ea76e85b141c73547bb1781ac-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-3cf821fe04c0b62ea76e85b141c73547bb1781ac 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-3cf821fe04c0b62ea76e85b141c73547bb1781ac-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) ...
stages/authenticator_webauthn: Update FIDO MDS3 & Passkey aaguid blobs