Skip to content

events: add option to configure webhook CA#20823

Open
BeryJu wants to merge 3 commits intomainfrom
events/webhook-ca
Open

events: add option to configure webhook CA#20823
BeryJu wants to merge 3 commits intomainfrom
events/webhook-ca

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Mar 10, 2026

closes #10845

@BeryJu BeryJu requested review from a team as code owners March 10, 2026 10:49
@netlify
Copy link

netlify bot commented Mar 10, 2026

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 3f984b3
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/69aff73ad3b37900086ca1c2
😎 Deploy Preview https://deploy-preview-20823--authentik-storybook.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 Mar 10, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit a74fe52
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69b044130da755000824f04f
😎 Deploy Preview https://deploy-preview-20823--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
Copy link

codecov bot commented Mar 10, 2026

Codecov Report

❌ Patch coverage is 94.11765% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 93.45%. Comparing base (f043a38) to head (a74fe52).
⚠️ Report is 2 commits behind head on main.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
authentik/events/models.py 85.71% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main   #20823   +/-   ##
=======================================
  Coverage   93.45%   93.45%           
=======================================
  Files         993      993           
  Lines       55906    55934   +28     
=======================================
+ Hits        52246    52275   +29     
+ Misses       3660     3659    -1     
Flag Coverage Δ
conformance 37.57% <14.70%> (-0.01%) ⬇️
e2e 43.09% <14.70%> (-0.02%) ⬇️
integration 22.31% <14.70%> (-0.01%) ⬇️
unit 91.63% <94.11%> (+0.02%) ⬆️
unit-migrate 91.73% <94.11%> (+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.

@BeryJu BeryJu force-pushed the events/webhook-ca branch from 3f984b3 to d232ead Compare March 10, 2026 11:03
@github-actions
Copy link
Contributor

github-actions bot commented Mar 10, 2026

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-5705ba7e5db177d71f00a9ccd852711b66ad257f
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-5705ba7e5db177d71f00a9ccd852711b66ad257f

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

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu force-pushed the events/webhook-ca branch from d232ead to 14138a5 Compare March 10, 2026 13:16
@netlify
Copy link

netlify bot commented Mar 10, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit a74fe52
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/69b044130473d500091b9aff
😎 Deploy Preview https://deploy-preview-20823--authentik-integrations.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.

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 March 10, 2026 16:17
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