Skip to content

website/docs: eap add info about custom validation#17642

Merged
dewi-tik merged 4 commits intomainfrom
docs-eap-more
Oct 24, 2025
Merged

website/docs: eap add info about custom validation#17642
dewi-tik merged 4 commits intomainfrom
docs-eap-more

Conversation

@tanberry
Copy link
Contributor

@tanberry tanberry commented Oct 21, 2025

This PR:

  • adds a sentence to the EAP Note about certs, saying that users should also implement custom validation options as well as a good cert. (I had a dreadful fight with my relative links, so caved and used full link. Will try to fix later.)
  • updates the table on RADIUS provider page, to seaprate PAP from non-PAP.

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

@tanberry tanberry requested a review from a team as a code owner October 21, 2025 21:33
@netlify
Copy link

netlify bot commented Oct 21, 2025

Deploy Preview for authentik-docs ready!

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

Deploy Preview for authentik-storybook canceled.

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

@netlify
Copy link

netlify bot commented Oct 21, 2025

Deploy Preview for authentik-integrations ready!

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

@tanberry tanberry added the backport/version-2025.10 Add this label to PRs to backport changes to version-2025.10 label Oct 21, 2025
@tanberry tanberry marked this pull request as draft October 21, 2025 21:39
@codecov
Copy link

codecov bot commented Oct 21, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.93%. Comparing base (157aef6) to head (7fa0c6a).
⚠️ Report is 31 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #17642   +/-   ##
=======================================
  Coverage   92.93%   92.93%           
=======================================
  Files         869      869           
  Lines       47947    47949    +2     
=======================================
+ Hits        44558    44563    +5     
+ Misses       3389     3386    -3     
Flag Coverage Δ
e2e 45.19% <ø> (+<0.01%) ⬆️
integration 23.18% <ø> (+<0.01%) ⬆️
unit 91.07% <ø> (+<0.01%) ⬆️
unit-migrate 91.12% <ø> (+<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.

@tanberry tanberry marked this pull request as ready for review October 22, 2025 17:35
@dominic-r dominic-r changed the title add info about custom validation website: eap: add info about custom validation Oct 22, 2025
@tanberry tanberry requested a review from dominic-r October 24, 2025 20:09
@dewi-tik dewi-tik added the area:docs Features or issues related to Docusaurus label Oct 24, 2025
@dewi-tik dewi-tik changed the title website: eap: add info about custom validation website/docs: eap add info about custom validation Oct 24, 2025
@dewi-tik dewi-tik enabled auto-merge (squash) October 24, 2025 20:31
@dewi-tik dewi-tik merged commit 21d965d into main Oct 24, 2025
99 checks passed
@dewi-tik dewi-tik deleted the docs-eap-more branch October 24, 2025 20:36
authentik-automation bot pushed a commit that referenced this pull request Oct 24, 2025
* add info about custom validation

* tweaked table

* remove bullet

* remove other bullet

---------

Co-authored-by: Tana M Berry <tana@goauthentik.io>
@authentik-automation
Copy link
Contributor

🍒 Cherry-pick to version-2025.10 created: #17699

@github-actions
Copy link
Contributor

github-actions bot commented Oct 24, 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-7fa0c6a2949ed1210f3c55c62a258d5a6be714d9
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-7fa0c6a2949ed1210f3c55c62a258d5a6be714d9

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

dominic-r pushed a commit that referenced this pull request Oct 24, 2025
…to version-2025.10) (#17699)

website/docs: eap add info about custom validation (#17642)

* add info about custom validation

* tweaked table

* remove bullet

* remove other bullet

---------

Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
Co-authored-by: Tana M Berry <tana@goauthentik.io>
@BeryJu BeryJu moved this from Todo to Done in authentik Core Oct 27, 2025
@BeryJu BeryJu assigned tanberry and unassigned tanberry Oct 27, 2025
kensternberg-authentik added a commit that referenced this pull request Nov 10, 2025
* main: (25 commits)
  ci: bump astral-sh/setup-uv from 7.1.1 to 7.1.2 in /.github/actions/setup (#17718)
  web: bump the storybook group across 1 directory with 5 updates (#17715)
  ci: bump actions/upload-artifact from 4.6.2 to 5.0.0 (#17720)
  ci: bump actions/download-artifact from 5.0.0 to 6.0.0 (#17719)
  website/integrations: grafana: replace deprecated redirect_uris usage by allowed_redirect_uris (#17710)
  web: bump @types/codemirror from 5.60.16 to 5.60.17 in /web (#17685)
  web: bump @types/node from 22.15.19 to 24.9.1 in /web (#17687)
  web: bump hono from 4.10.2 to 4.10.3 in /web (#17698)
  website/docs: blueprints: add a bit more info (#17704)
  website/docs: release notes: Add Zot integration (#17700)
  website/integrations: zot oci registry integration (#17682)
  website/integrations: sonarr: clarify reverse proxy setup (#17485)
  website/docs: eap add info about custom validation (#17642)
  web: Fix table row click handler. (#17697)
  root: Fix transifex link (#17696)
  translate: add cs_CZ (#17632)
  web: bump @goauthentik/prettier-config from 1.0.5 to 3.1.0 in /web in the goauthentik group across 1 directory (#17684)
  web: Make action field search case insensitive in Event Matcher Policy Form (#17680)
  website/docs: add note about invite link not bound (#17657)
  web:  Abstract Wizard Lifecycle (#17658)
  ...
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-2025.10 Add this label to PRs to backport changes to version-2025.10

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants