Skip to content

enterprise/stages: Add MTLS stage#14296

Merged
BeryJu merged 24 commits intomainfrom
enterprise/stages/mtls
May 19, 2025
Merged

enterprise/stages: Add MTLS stage#14296
BeryJu merged 24 commits intomainfrom
enterprise/stages/mtls

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Apr 30, 2025

Details

closes #2859

needs


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 review from a team as code owners April 30, 2025 11:36
@notion-workspace
Copy link

@netlify
Copy link

netlify bot commented Apr 30, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit d3ec7dc
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/682b924017807b00084c7b5d

@netlify
Copy link

netlify bot commented Apr 30, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit d3ec7dc
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/682b9240cf54c6000893fe79

@BeryJu BeryJu force-pushed the enterprise/stages/mtls branch 2 times, most recently from 1339d3e to 6a3baa1 Compare April 30, 2025 17:23
@codecov
Copy link

codecov bot commented Apr 30, 2025

Codecov Report

Attention: Patch coverage is 93.31395% with 23 lines in your changes missing coverage. Please review.

Project coverage is 92.70%. Comparing base (26b6c2e) to head (d3ec7dc).
Report is 8 commits behind head on main.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
authentik/enterprise/stages/mtls/stage.py 90.51% 13 Missing ⚠️
authentik/api/authentication.py 72.97% 10 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #14296      +/-   ##
==========================================
- Coverage   92.75%   92.70%   -0.05%     
==========================================
  Files         809      814       +5     
  Lines       41529    41881     +352     
==========================================
+ Hits        38520    38826     +306     
- Misses       3009     3055      +46     
Flag Coverage Δ
e2e 47.66% <32.55%> (-0.25%) ⬇️
integration 24.42% <27.32%> (+0.01%) ⬆️
unit 90.58% <93.31%> (+0.02%) ⬆️

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 BeryJu force-pushed the enterprise/stages/mtls branch 2 times, most recently from 30a374b to 550240b Compare May 4, 2025 23:52
@BeryJu BeryJu force-pushed the enterprise/stages/mtls branch from 449c14a to 9d7d190 Compare May 16, 2025 14:59
BeryJu added 16 commits May 19, 2025 13:55
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu force-pushed the enterprise/stages/mtls branch from 7479018 to 626f43b Compare May 19, 2025 12:10
@BeryJu BeryJu requested a review from a team as a code owner May 19, 2025 12:10
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
BeryJu added 2 commits May 19, 2025 14:20
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu mentioned this pull request May 19, 2025
10 tasks
BeryJu added 2 commits May 19, 2025 16:47
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu force-pushed the enterprise/stages/mtls branch from ce76763 to 3b98240 Compare May 19, 2025 16:56
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu force-pushed the enterprise/stages/mtls branch from 3b98240 to 11457f1 Compare May 19, 2025 18:30
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu force-pushed the enterprise/stages/mtls branch from fdd7471 to 873c67d Compare May 19, 2025 19:13
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu merged commit 65517f3 into main May 19, 2025
87 of 89 checks passed
@BeryJu BeryJu deleted the enterprise/stages/mtls branch May 19, 2025 20:48
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.

Client Certificate authentication

1 participant