Skip to content

stages/captcha: Run interactive captcha in Frame (cherry-pick #11857)#11991

Merged
BeryJu merged 1 commit intoversion-2024.10from
cherry-pick-c0553e-version-2024.10
Nov 11, 2024
Merged

stages/captcha: Run interactive captcha in Frame (cherry-pick #11857)#11991
BeryJu merged 1 commit intoversion-2024.10from
cherry-pick-c0553e-version-2024.10

Conversation

@gcp-cherry-pick-bot
Copy link
Contributor

Cherry-picked stages/captcha: Run interactive captcha in Frame (#11857)

  • initial turnstile frame

Signed-off-by: Jens Langhammer jens@goauthentik.io

  • add interactive flag

Signed-off-by: Jens Langhammer jens@goauthentik.io

  • add interactive support for all

Signed-off-by: Jens Langhammer jens@goauthentik.io

  • fix missing migration

Signed-off-by: Jens Langhammer jens@goauthentik.io

  • don't hide in identification stage if interactive

Signed-off-by: Jens Langhammer jens@goauthentik.io

  • fixup

Signed-off-by: Jens Langhammer jens@goauthentik.io

  • require less hacky css

Signed-off-by: Jens Langhammer jens@goauthentik.io

  • update docs

Signed-off-by: Jens Langhammer jens@goauthentik.io


Signed-off-by: Jens Langhammer jens@goauthentik.io

* initial turnstile frame

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

* add interactive flag

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

* add interactive support for all

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

* fix missing migration

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

* don't hide in identification stage if interactive

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

* fixup

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

* require less hacky css

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

* update docs

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

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@gcp-cherry-pick-bot gcp-cherry-pick-bot bot requested review from a team as code owners November 11, 2024 12:21
@netlify
Copy link

netlify bot commented Nov 11, 2024

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit ada679c
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/6731f6b802fc5d000811e848
😎 Deploy Preview https://deploy-preview-11991--authentik-docs.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.

@codecov
Copy link

codecov bot commented Nov 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.63%. Comparing base (f6526d1) to head (ada679c).
Report is 1 commits behind head on version-2024.10.

Additional details and impacted files
@@                 Coverage Diff                 @@
##           version-2024.10   #11991      +/-   ##
===================================================
+ Coverage            92.55%   92.63%   +0.07%     
===================================================
  Files                  761      761              
  Lines                37816    37818       +2     
===================================================
+ Hits                 35002    35034      +32     
+ Misses                2814     2784      -30     
Flag Coverage Δ
e2e 49.21% <100.00%> (+0.15%) ⬆️
integration 24.91% <100.00%> (+<0.01%) ⬆️
unit 90.15% <100.00%> (+<0.01%) ⬆️

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 merged commit 7ed268f into version-2024.10 Nov 11, 2024
@BeryJu BeryJu deleted the cherry-pick-c0553e-version-2024.10 branch November 11, 2024 12:31
@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-ada679c7253db8a5e33b7afdb58c68aadb417451
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-ada679c7253db8a5e33b7afdb58c68aadb417451-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-ada679c7253db8a5e33b7afdb58c68aadb417451

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-ada679c7253db8a5e33b7afdb58c68aadb417451-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.

1 participant