Skip to content

website/docs: capturing outpost logs#20045

Merged
dominic-r merged 21 commits intomainfrom
website/docs--capturing-outpost-logs
Feb 5, 2026
Merged

website/docs: capturing outpost logs#20045
dominic-r merged 21 commits intomainfrom
website/docs--capturing-outpost-logs

Conversation

@dewi-tik
Copy link
Contributor

@dewi-tik dewi-tik commented Feb 5, 2026

Details

Adds a doc on how to capture outpost logs

Also moves the forward auth doc to a single doc rather than a directory with a single file.

Sets up redirects for all changes and updates the sidebar.


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 February 5, 2026 11:08
@netlify
Copy link

netlify bot commented Feb 5, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 23dab32
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6984b581c626e40008bb8549
😎 Deploy Preview https://deploy-preview-20045--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 Feb 5, 2026

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 916e2d3
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6984861565aab300070bb331
😎 Deploy Preview https://deploy-preview-20045--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 Feb 5, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 23dab32
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6984b58152b1c300095720e8
😎 Deploy Preview https://deploy-preview-20045--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 Feb 5, 2026

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20045      +/-   ##
==========================================
+ Coverage   93.19%   93.26%   +0.06%     
==========================================
  Files         968      968              
  Lines       53438    53438              
==========================================
+ Hits        49803    49837      +34     
+ Misses       3635     3601      -34     
Flag Coverage Δ
conformance 38.05% <ø> (+<0.01%) ⬆️
e2e 44.04% <ø> (+0.05%) ⬆️
integration 22.76% <ø> (+<0.01%) ⬆️
unit 91.41% <ø> (+0.01%) ⬆️
unit-migrate 91.44% <ø> (+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.

@dewi-tik dewi-tik self-assigned this Feb 5, 2026
@dewi-tik dewi-tik added area:docs Features or issues related to Docusaurus backport/version-2025.12 Add this label to PRs to backport changes to version-2025.12 labels Feb 5, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 5, 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-23dab324bbfbafded1ef935b5cec098d3c730389
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-23dab324bbfbafded1ef935b5cec098d3c730389

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

Copy link
Member

@dominic-r dominic-r left a comment

Choose a reason for hiding this comment

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

.

Copy link
Member

@dominic-r dominic-r left a comment

Choose a reason for hiding this comment

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

a few last details

Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
@dewi-tik dewi-tik requested a review from dominic-r February 5, 2026 15:19
Signed-off-by: Dominic R <dominic@sdko.org>
Signed-off-by: Dominic R <dominic@sdko.org>
Signed-off-by: Dominic R <dominic@sdko.org>
@dominic-r dominic-r enabled auto-merge (squash) February 5, 2026 15:23
@dominic-r dominic-r merged commit b01833c into main Feb 5, 2026
101 checks passed
@dominic-r dominic-r deleted the website/docs--capturing-outpost-logs branch February 5, 2026 15:49
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Feb 5, 2026
authentik-automation bot pushed a commit that referenced this pull request Feb 5, 2026
This cherry-pick has conflicts that need manual resolution.

Original PR: #20045
Original commit: b01833c
@authentik-automation
Copy link
Contributor

⚠️ Cherry-pick to version-2025.12 has conflicts: #20053

dewi-tik added a commit that referenced this pull request Feb 6, 2026
…025.12) (#20053)

* Cherry-pick #20045 to version-2025.12 (with conflicts)

This cherry-pick has conflicts that need manual resolution.

Original PR: #20045
Original commit: b01833c

* Conflict fix

* Conflicts

---------

Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
atereshkin pushed a commit to atereshkin/authentik that referenced this pull request Feb 9, 2026
* Start doc

* WIP

* WIP

* Move files into directory

* Add redirect for forward auth

* Fix forward auth doc

* Update logging-events.mdx

Signed-off-by: Dewi Roberts <dewi@goauthentik.io>

* Fix manually deployed outpost env variable

* Update website/docs/troubleshooting/logs/outpost_logs.mdx

Co-authored-by: Dominic R <dominic@sdko.org>
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>

* Apply suggestions

* Update website/docs/troubleshooting/logs/logs.mdx

Signed-off-by: Dewi Roberts <dewi@goauthentik.io>

* Update website/docs/troubleshooting/logs/logs.mdx

Signed-off-by: Dewi Roberts <dewi@goauthentik.io>

* Update website/docs/troubleshooting/logs/outpost_logs.mdx

Signed-off-by: Dewi Roberts <dewi@goauthentik.io>

* Update website/docs/troubleshooting/logs/outpost_logs.mdx

Signed-off-by: Dewi Roberts <dewi@goauthentik.io>

* Apply suggestions

* Update logs.mdx

Signed-off-by: Dominic R <dominic@sdko.org>

* Update outpost_logs.mdx

Signed-off-by: Dominic R <dominic@sdko.org>

* Update outpost_logs.mdx

Signed-off-by: Dominic R <dominic@sdko.org>

---------

Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
Signed-off-by: Dominic R <dominic@sdko.org>
Co-authored-by: Dominic R <dominic@sdko.org>
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.12 Add this label to PRs to backport changes to version-2025.12

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants