Skip to content

stages/authenticator_duo: return generic error message #16194

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

Merged
merged 3 commits into from
Aug 19, 2025

Conversation

melizeche
Copy link
Member


Checklist

  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema has been updated (make gen-build)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make docs)

Signed-off-by: Marcelo Elizeche Landó <marcelo@goauthentik.io>
@melizeche melizeche requested a review from a team as a code owner August 14, 2025 17:56
Copy link

netlify bot commented Aug 14, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit f74d7ae
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/689e45348c7b600008154879

Copy link

netlify bot commented Aug 14, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit f74d7ae
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/689e4534167b640008045c13

Copy link

netlify bot commented Aug 14, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit f74d7ae
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/689e45345f946b0008f3cde0

Copy link

codecov bot commented Aug 14, 2025

Codecov Report

❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 92.76%. Comparing base (9c9a6e3) to head (f74d7ae).
⚠️ Report is 35 commits behind head on main.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
authentik/stages/authenticator_duo/api.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #16194      +/-   ##
==========================================
+ Coverage   92.50%   92.76%   +0.26%     
==========================================
  Files         836      836              
  Lines       45167    45167              
==========================================
+ Hits        41781    41901     +120     
+ Misses       3386     3266     -120     
Flag Coverage Δ
e2e 46.60% <0.00%> (+1.15%) ⬆️
integration 23.59% <0.00%> (+<0.01%) ⬆️
unit 90.91% <0.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 changed the title core: return generic error message stages/authenticator_duo: return generic error message Aug 14, 2025
Copy link
Contributor

github-actions bot commented Aug 14, 2025

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-f74d7aed972112cd8d2e01cd6d4133506fed0056
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-f74d7aed972112cd8d2e01cd6d4133506fed0056

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

@melizeche melizeche merged commit d2aac45 into main Aug 19, 2025
107 of 108 checks passed
@melizeche melizeche deleted the duo_error_message branch August 19, 2025 16:27
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.

2 participants