Skip to content

enterprise/stages/mtls: improve certificate validation#14582

Merged
BeryJu merged 4 commits intomainfrom
enterprise/stages/mtls-improve-validation
May 20, 2025
Merged

enterprise/stages/mtls: improve certificate validation#14582
BeryJu merged 4 commits intomainfrom
enterprise/stages/mtls-improve-validation

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented May 20, 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 added 3 commits May 20, 2025 12:44
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 requested a review from a team as a code owner May 20, 2025 10:45
@netlify
Copy link

netlify bot commented May 20, 2025

Deploy Preview for authentik-storybook canceled.

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

@netlify
Copy link

netlify bot commented May 20, 2025

Deploy Preview for authentik-docs canceled.

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

@codecov
Copy link

codecov bot commented May 20, 2025

Codecov Report

Attention: Patch coverage is 90.47619% with 2 lines in your changes missing coverage. Please review.

Project coverage is 92.71%. Comparing base (73a3f29) to head (3fe630c).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
authentik/providers/oauth2/id_token.py 33.33% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #14582      +/-   ##
==========================================
- Coverage   92.75%   92.71%   -0.05%     
==========================================
  Files         814      814              
  Lines       41881    41891      +10     
==========================================
- Hits        38848    38839       -9     
- Misses       3033     3052      +19     
Flag Coverage Δ
e2e 47.66% <19.04%> (-0.09%) ⬇️
integration 24.42% <14.28%> (-0.01%) ⬇️
unit 90.59% <90.47%> (+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.

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

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu force-pushed the enterprise/stages/mtls-improve-validation branch from c351968 to 3fe630c Compare May 20, 2025 11:12
@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-3fe630cf31513a90a9ce506a02d90a8edbaf0a9d
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-3fe630cf31513a90a9ce506a02d90a8edbaf0a9d

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

@BeryJu BeryJu merged commit abaf8d9 into main May 20, 2025
90 of 91 checks passed
@BeryJu BeryJu deleted the enterprise/stages/mtls-improve-validation branch May 20, 2025 12:15
kensternberg-authentik added a commit that referenced this pull request May 22, 2025
* main: (55 commits)
  web: Fix missing Enterprise sidebar entries. (#14615)
  core, web: update translations (#14626)
  esbuild-plugin-live-reload: Publish. (#14624)
  web/NPM Workspaces: Prep ESBuild plugin for publish. (#14552)
  lifecycle: fix arguments not being passed to worker command (#14574)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in fr (#14611)
  providers/proxy: kubernetes outpost: fix reconcile when ingress class name changed (#14612)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans (#14608)
  translate: Updates for file web/xliff/en.xlf in zh_CN (#14607)
  translate: Updates for file web/xliff/en.xlf in zh-Hans (#14609)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#14606)
  root: move forked dependencies to goauthentik org (#14590)
  core: bump library/node from 22 to 24 (#14410)
  core: bump django-guardian from 2.4.0 to v3.0.0 (#14453)
  enterprise/stages/mtls: improve certificate validation (#14582)
  translate: Updates for file web/xliff/en.xlf in it (#14575)
  core, web: update translations (#14578)
  core: bump sentry-sdk from 2.28.0 to 2.29.1 (#14579)
  core: bump astral-sh/uv from 0.7.5 to 0.7.6 (#14580)
  web/NPM Workspaces: ESbuild version cleanup (#14541)
  ...
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