Skip to content

root: fix some cases of invalid data triggering exceptions #14799

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 4 commits into from
Jun 24, 2025

Conversation

BeryJu
Copy link
Member

@BeryJu BeryJu commented May 30, 2025

Details

REPLACE ME


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 website)

@BeryJu BeryJu requested a review from a team as a code owner May 30, 2025 23:15
Copy link

netlify bot commented May 30, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit a8f0ee3
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/685b060481f7e3000818c2aa

Copy link

netlify bot commented May 30, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit a8f0ee3
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/685b0604f34466000868acde
😎 Deploy Preview https://deploy-preview-14799--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 project configuration.

Copy link

codecov bot commented May 30, 2025

Codecov Report

Attention: Patch coverage is 92.10526% with 3 lines in your changes missing coverage. Please review.

Project coverage is 93.09%. Comparing base (37657e4) to head (a8f0ee3).
Report is 4 commits behind head on main.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
authentik/flows/views/executor.py 50.00% 2 Missing ⚠️
authentik/flows/tests/test_executor.py 93.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #14799      +/-   ##
==========================================
+ Coverage   93.02%   93.09%   +0.07%     
==========================================
  Files         824      824              
  Lines       42632    42621      -11     
==========================================
+ Hits        39659    39680      +21     
+ Misses       2973     2941      -32     
Flag Coverage Δ
e2e 47.65% <26.31%> (-0.02%) ⬇️
integration 24.23% <21.05%> (-0.02%) ⬇️
unit 91.08% <92.10%> (+0.03%) ⬆️

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.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

BeryJu added 2 commits June 24, 2025 17:11
fix system exceptions for unsupported media type, json decode error

Signed-off-by: Jens Langhammer <[email protected]>
@BeryJu BeryJu force-pushed the root/fix-invalid-data-exceptions branch from c9c0b9f to de4b3ff Compare June 24, 2025 15:27
Copy link

netlify bot commented Jun 24, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit a8f0ee3
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/685b0604d4c7df00085fa289

Signed-off-by: Jens Langhammer <[email protected]>
Copy link
Contributor

github-actions bot commented Jun 24, 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-a8f0ee3366a6deabdc8a60dc80237d2e42109849
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-a8f0ee3366a6deabdc8a60dc80237d2e42109849

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

Signed-off-by: Jens Langhammer <[email protected]>
@BeryJu BeryJu merged commit d09b775 into main Jun 24, 2025
153 of 156 checks passed
@BeryJu BeryJu deleted the root/fix-invalid-data-exceptions branch June 24, 2025 20:43
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