Skip to content

Conversation

@PeshekDotDev
Copy link
Contributor

Details

This PR implements str methods so errors are easier to understand while debugging


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

@PeshekDotDev PeshekDotDev self-assigned this Dec 5, 2025
@netlify
Copy link

netlify bot commented Dec 5, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 784ad2a
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6932b2b62768ee0008885dbc
😎 Deploy Preview https://deploy-preview-18628--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.

@netlify
Copy link

netlify bot commented Dec 5, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 784ad2a
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6932b2b618f6e30008c9fe9a

@netlify
Copy link

netlify bot commented Dec 5, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit 784ad2a
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6932b2b6c5d64e0008286961

@codecov
Copy link

codecov bot commented Dec 5, 2025

Codecov Report

❌ Patch coverage is 25.00000% with 9 lines in your changes missing coverage. Please review.
✅ Project coverage is 93.18%. Comparing base (a42fc4b) to head (784ad2a).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
authentik/lib/sync/outgoing/exceptions.py 25.00% 9 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18628      +/-   ##
==========================================
- Coverage   93.24%   93.18%   -0.07%     
==========================================
  Files         933      933              
  Lines       51164    51176      +12     
==========================================
- Hits        47707    47686      -21     
- Misses       3457     3490      +33     
Flag Coverage Δ
e2e 44.74% <25.00%> (-0.01%) ⬇️
integration 22.71% <25.00%> (-0.06%) ⬇️
unit 91.45% <25.00%> (-0.02%) ⬇️
unit-migrate 91.49% <25.00%> (-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.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 5, 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-784ad2a3ed8287c208cd32978a154b5cb983917e
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-784ad2a3ed8287c208cd32978a154b5cb983917e

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.

2 participants