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/flows: fix invisible captcha call #12048

Merged
merged 2 commits into from
Nov 15, 2024
Merged

web/flows: fix invisible captcha call #12048

merged 2 commits into from
Nov 15, 2024

Conversation

gergosimonyi
Copy link
Collaborator

Closes #12042

@gergosimonyi gergosimonyi requested a review from a team as a code owner November 15, 2024 17:01
Copy link

netlify bot commented Nov 15, 2024

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit ae0aec4
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/6737845c77d5ce0008cfc73a

Copy link

netlify bot commented Nov 15, 2024

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit ae0aec4
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/6737845d859f48000818c10a
😎 Deploy Preview https://deploy-preview-12048--authentik-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@BeryJu
Copy link
Member

BeryJu commented Nov 15, 2024

/cherry-pick version-2024.10

@BeryJu BeryJu changed the title web: fix invisible captcha call web/flow: fix invisible captcha call Nov 15, 2024
Copy link

codecov bot commented Nov 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.65%. Comparing base (0bdef2a) to head (ae0aec4).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #12048      +/-   ##
==========================================
+ Coverage   92.59%   92.65%   +0.06%     
==========================================
  Files         761      761              
  Lines       37863    37863              
==========================================
+ Hits        35059    35083      +24     
+ Misses       2804     2780      -24     
Flag Coverage Δ
e2e 49.26% <ø> (+0.10%) ⬆️
integration 24.90% <ø> (ø)
unit 90.17% <ø> (ø)

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@BeryJu BeryJu changed the title web/flow: fix invisible captcha call web/flows: fix invisible captcha call Nov 15, 2024
@BeryJu BeryJu merged commit 9c27b81 into main Nov 15, 2024
64 checks passed
@BeryJu BeryJu deleted the web/fix-invisible-captcha branch November 15, 2024 17:49
gcp-cherry-pick-bot bot pushed a commit that referenced this pull request Nov 15, 2024
* fix invisible captcha call

* fix invisible captcha DOM removal
BeryJu pushed a commit that referenced this pull request Nov 15, 2024
web/flows: fix invisible captcha call (#12048)

* fix invisible captcha call

* fix invisible captcha DOM removal

Co-authored-by: Simonyi Gergő <[email protected]>
Copy link
Contributor

github-actions bot commented Nov 15, 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-cf5f88ecb4a2f2ce71d1be095122e2fb9c14c354
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-cf5f88ecb4a2f2ce71d1be095122e2fb9c14c354-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
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-cf5f88ecb4a2f2ce71d1be095122e2fb9c14c354

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-cf5f88ecb4a2f2ce71d1be095122e2fb9c14c354-arm64

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

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.

Version 2024.10.2 breaks Captcha stage
2 participants