Skip to content

providers/oauth2: optimise ProviderInfoView get_claims - #24890

Open
BeryJu wants to merge 1 commit into
providers/oauth2/jwks-optimisefrom
providers/oauth2/provider-config-optimise
Open

providers/oauth2: optimise ProviderInfoView get_claims#24890
BeryJu wants to merge 1 commit into
providers/oauth2/jwks-optimisefrom
providers/oauth2/provider-config-optimise

Conversation

@BeryJu

@BeryJu BeryJu commented Aug 7, 2026

Copy link
Copy Markdown
Member

optimisation sweep

@BeryJu
BeryJu requested a review from a team as a code owner August 7, 2026 22:30
@netlify

netlify Bot commented Aug 7, 2026

Copy link
Copy Markdown

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 3fc83fd
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6a765c6b7f2ccc0008df45ee
😎 Deploy Preview https://deploy-preview-24890--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 project configuration.

@codecov

codecov Bot commented Aug 7, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 22.22222% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 91.37%. Comparing base (b001e7b) to head (517e52d).
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
authentik/providers/oauth2/views/provider.py 22.22% 7 Missing ⚠️
Additional details and impacted files
@@                        Coverage Diff                         @@
##           providers/oauth2/jwks-optimise   #24890      +/-   ##
==================================================================
- Coverage                           91.37%   91.37%   -0.01%     
==================================================================
  Files                                1137     1137              
  Lines                               71634    71643       +9     
  Branches                             3875     3875              
==================================================================
+ Hits                                65459    65462       +3     
- Misses                               6140     6146       +6     
  Partials                               35       35              
Flag Coverage Δ
conformance 34.81% <22.22%> (-0.01%) ⬇️
e2e 39.52% <22.22%> (-0.01%) ⬇️
integration 31.39% <22.22%> (-0.01%) ⬇️
rust 38.89% <ø> (ø)
unit 93.03% <22.22%> (-0.01%) ⬇️
unit-migrate 93.05% <22.22%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
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-517e52d7fd933753c28dec7ec93cb38f49d7e395
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-517e52d7fd933753c28dec7ec93cb38f49d7e395

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

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu
BeryJu force-pushed the providers/oauth2/provider-config-optimise branch from 3fc83fd to 517e52d Compare August 8, 2026 12:41
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