Skip to content

website/docs: trusted proxy addresses change - #25637

Open
dewi-tik wants to merge 5 commits into
mainfrom
website/docs--trusted-cidr-changes
Open

website/docs: trusted proxy addresses change#25637
dewi-tik wants to merge 5 commits into
mainfrom
website/docs--trusted-cidr-changes

Conversation

@dewi-tik

@dewi-tik dewi-tik commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Details

What does this PR change?

Documents the stricter trusted proxy handling introduced in authentik 2026.8

Why is this change needed?

Change in 2026.8

How was this tested?

n/a

Linked issues

Closes #25559


Checklist

  • The project has been linted, built, and tested (make all)
  • The documentation has been updated and formatted (make docs)
  • I have read the AI usage policy.
@dewi-tik dewi-tik self-assigned this Sep 1, 2026
@dewi-tik
dewi-tik requested a review from a team as a code owner September 1, 2026 11:45
@dewi-tik dewi-tik added area:docs Features or issues related to Docusaurus backport/version-2026.8 Add this label to PRs to backport changes to version-2026.8 labels Sep 1, 2026
@netlify

netlify Bot commented Sep 1, 2026

Copy link
Copy Markdown

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit c489a30
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6a96dff47b744500087d35c6
😎 Deploy Preview https://deploy-preview-25637--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

codecov Bot commented Sep 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.70%. Comparing base (1f5f98b) to head (c489a30).
⚠️ Report is 2 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #25637      +/-   ##
==========================================
+ Coverage   91.58%   91.70%   +0.12%     
==========================================
  Files        1152     1152              
  Lines       73507    73507              
  Branches     4054     4054              
==========================================
+ Hits        67319    67413      +94     
+ Misses       6146     6052      -94     
  Partials       42       42              
Flag Coverage Δ
conformance 34.39% <ø> (+<0.01%) ⬆️
e2e 39.04% <ø> (+0.49%) ⬆️
integration 30.98% <ø> (+<0.01%) ⬆️
rust 42.92% <ø> (ø)
unit 93.25% <ø> (ø)
unit-migrate 93.28% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown
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-c489a300cfc12c2ff0e2acd9641a059f7255f85c
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-c489a300cfc12c2ff0e2acd9641a059f7255f85c

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

@netlify

netlify Bot commented Sep 1, 2026

Copy link
Copy Markdown

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit c489a30
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6a96dff44b7f5400084f51e6
😎 Deploy Preview https://deploy-preview-25637--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.

@dominic-r
dominic-r self-requested a review September 1, 2026 13:12

@rissson rissson left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Some nits, but overall LGTM

Comment thread website/docs/install-config/reverse-proxy.mdx Outdated
Comment thread website/docs/install-config/reverse-proxy.mdx Outdated
@github-project-automation github-project-automation Bot moved this from Todo to In Progress in authentik Core Sep 1, 2026
Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
@dewi-tik
dewi-tik requested a review from rissson September 1, 2026 14:22
@github-project-automation github-project-automation Bot moved this from In review to In Progress in authentik Core Sep 1, 2026
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.8 Add this label to PRs to backport changes to version-2026.8

3 participants