Skip to content

website/docs: adds a webhook header mapping example#16301

Merged
dewi-tik merged 3 commits intomainfrom
website/docs--add-webhook-header-information
Aug 21, 2025
Merged

website/docs: adds a webhook header mapping example#16301
dewi-tik merged 3 commits intomainfrom
website/docs--add-webhook-header-information

Conversation

@dewi-tik
Copy link
Contributor

Details

Closes #16254

Adds an example of a wehbook mapping used to set a header.


Checklist

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make docs)

@dewi-tik dewi-tik requested a review from a team as a code owner August 21, 2025 14:23
@netlify
Copy link

netlify bot commented Aug 21, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit cc11c2c
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/68a73b4ca3ccb000099cd2f2
😎 Deploy Preview https://deploy-preview-16301--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 Aug 21, 2025

Deploy Preview for authentik-storybook canceled.

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

@netlify
Copy link

netlify bot commented Aug 21, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit cc11c2c
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/68a73b4cf7ccae00084913c9
😎 Deploy Preview https://deploy-preview-16301--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.

@codecov
Copy link

codecov bot commented Aug 21, 2025

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #16301      +/-   ##
==========================================
- Coverage   92.83%   92.78%   -0.05%     
==========================================
  Files         837      837              
  Lines       45254    45253       -1     
==========================================
- Hits        42010    41989      -21     
- Misses       3244     3264      +20     
Flag Coverage Δ
e2e 46.62% <ø> (-0.07%) ⬇️
integration 23.55% <ø> (+<0.01%) ⬆️
unit 90.93% <ø> (+<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

@tanberry tanberry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks great!

Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
@github-actions
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-cc11c2c78d1d31416089b6f8fa3f8df471d652ef
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-cc11c2c78d1d31416089b6f8fa3f8df471d652ef

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

@dewi-tik dewi-tik merged commit 2bf9a9d into main Aug 21, 2025
108 checks passed
@dewi-tik dewi-tik deleted the website/docs--add-webhook-header-information branch August 21, 2025 15:59
kensternberg-authentik added a commit that referenced this pull request Aug 26, 2025
* main: (210 commits)
  web: Username truncation, field alignment. (#16283)
  website/docs: adds a webhook header mapping example (#16301)
  web: Fix issue where form group uses unknown slot. (#16276)
  lifecycle: set PROMETHEUS_MULTIPROC_DIR as early as possible (#16298)
  providers/oauth2: fix logout token missing sid, fix wrong sub mode used (#16295)
  web: bump core-js from 3.45.0 to 3.45.1 in /web (#16290)
  root: Remove CODEOWNERS entries from docs/ directory (#16287)
  *: Fix dead doc link (#16288)
  web: saml provider view: fix state refresh issues (#14474)
  web: fix "Explore integrations" link in Quick actions (#16274)
  website/integrations: fix dead links to external docs (#16273)
  tasks: add rel_obj to system task exception event (#16270)
  website/docs: update 2025.8 release notes (#16269)
  web: bump @patternfly/elements from 4.1.0 to 4.2.0 in /web (#16265)
  web: bump mermaid from 11.9.0 to 11.10.0 in /web (#16263)
  web: bump @types/guacamole-common-js from 1.5.3 to 1.5.4 in /web (#16262)
  security: Bump supported versions (#16261)
  core: bump channels from 4.3.0 to v4.3.1 (#16260)
  translate: Updates for file web/xliff/en.xlf in cs_CZ (#16264)
  website: bump the eslint group in /website with 3 updates (#16248)
  ...
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.

notification transports: document webhook header mapping

2 participants