Skip to content

Conversation

BeryJu
Copy link
Member

@BeryJu BeryJu commented Oct 14, 2025

Instead of having to manually create the serializer and validate it, do that from the decorator

we've done this in the past where we just took the raw data without validating it, so this makes it easier

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu requested a review from a team as a code owner October 14, 2025 15:08
Copy link

netlify bot commented Oct 14, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit c6b6709
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/68ee678236edd9000850081c
😎 Deploy Preview https://deploy-preview-17435--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.

Copy link

netlify bot commented Oct 14, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit c6b6709
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/68ee678258f9db000810d9fe

Copy link

netlify bot commented Oct 14, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit c6b6709
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/68ee67826dd18f00086a2a43

Copy link

codecov bot commented Oct 14, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.87%. Comparing base (296b348) to head (c6b6709).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17435      +/-   ##
==========================================
- Coverage   92.97%   92.87%   -0.10%     
==========================================
  Files         868      869       +1     
  Lines       47841    47850       +9     
==========================================
- Hits        44478    44442      -36     
- Misses       3363     3408      +45     
Flag Coverage Δ
e2e 45.26% <62.74%> (-0.05%) ⬇️
integration 23.13% <33.33%> (-0.05%) ⬇️
unit 91.07% <100.00%> (+0.01%) ⬆️
unit-migrate 91.11% <100.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.

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

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

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.

3 participants