Skip to content

website/docs: fix notification transport etc#20982

Merged
BeryJu merged 5 commits intomainfrom
website/docs/fix-notification-transport-etc
Mar 18, 2026
Merged

website/docs: fix notification transport etc#20982
BeryJu merged 5 commits intomainfrom
website/docs/fix-notification-transport-etc

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Mar 18, 2026

before:
image
after:
image

BeryJu added 3 commits March 18, 2026 16:21
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 March 18, 2026 15:22
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu changed the title Website/docs/fix notification transport etc website/docs: fix notification transport etc Mar 18, 2026
@rissson rissson changed the title website/docs: fix notification transport etc website/docs/fix notification transport etc Mar 18, 2026
@BeryJu BeryJu added area:docs Features or issues related to Docusaurus backport/version-2026.2 Add this label to PRs to backport changes to version-2026.2 labels Mar 18, 2026
@dominic-r dominic-r changed the title website/docs/fix notification transport etc website/docs: fix notification transport etc Mar 18, 2026
@netlify
Copy link

netlify bot commented Mar 18, 2026

Deploy Preview for authentik-integrations ready!

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

@netlify
Copy link

netlify bot commented Mar 18, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit a554fa8
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69bac6846b3af30008b47cca
😎 Deploy Preview https://deploy-preview-20982--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 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.49%. Comparing base (e6c625a) to head (a554fa8).
⚠️ Report is 3 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #20982   +/-   ##
=======================================
  Coverage   93.49%   93.49%           
=======================================
  Files         993      993           
  Lines       56146    56146           
=======================================
+ Hits        52491    52492    +1     
+ Misses       3655     3654    -1     
Flag Coverage Δ
conformance 37.39% <ø> (+<0.01%) ⬆️
e2e 42.88% <ø> (-0.01%) ⬇️
integration 22.21% <ø> (+<0.01%) ⬆️
unit 91.69% <ø> (+<0.01%) ⬆️
unit-migrate 91.79% <ø> (+<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.

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@github-actions
Copy link
Contributor

github-actions bot commented Mar 18, 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-a554fa8b5797fec8788d6a226b67e1c059ae62a0
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-a554fa8b5797fec8788d6a226b67e1c059ae62a0

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

@BeryJu BeryJu merged commit b5cfe14 into main Mar 18, 2026
145 of 148 checks passed
@BeryJu BeryJu deleted the website/docs/fix-notification-transport-etc branch March 18, 2026 23:05
authentik-automation bot pushed a commit that referenced this pull request Mar 18, 2026
* fix mismatched caps

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* transport rules??

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* structure

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* less redundant title

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fix label

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@authentik-automation
Copy link
Contributor

🍒 Cherry-pick to version-2026.2 created: #20992

BeryJu added a commit that referenced this pull request Mar 18, 2026
…ersion-2026.2) (#20992)

website/docs: fix notification transport etc (#20982)

* fix mismatched caps



* transport rules??



* structure



* less redundant title



* fix label



---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Jens L. <jens@goauthentik.io>
kensternberg-authentik added a commit that referenced this pull request Mar 24, 2026
* main:
  website/docs: fix notification transport etc (#20982)
  web/admin: fix missing OSM referrerPolicy header (#20984)
  ci: avoid installing unnecessary dependencies for lint (#20981)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:docs Features or issues related to Docusaurus backport/version-2026.2 Add this label to PRs to backport changes to version-2026.2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants