Skip to content

website/docs: kerberos: add note about caching#20663

Merged
dewi-tik merged 2 commits intomainfrom
website/docs--add-mention-of-caching-in-kerberos-doc
Mar 2, 2026
Merged

website/docs: kerberos: add note about caching#20663
dewi-tik merged 2 commits intomainfrom
website/docs--add-mention-of-caching-in-kerberos-doc

Conversation

@dewi-tik
Copy link
Contributor

@dewi-tik dewi-tik commented Mar 2, 2026

Details

Adds note about issues related to caching


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 March 2, 2026 14:53
@netlify
Copy link

netlify bot commented Mar 2, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 7bb4857
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/69a5a5ad41d19d00088cbb90
😎 Deploy Preview https://deploy-preview-20663--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 2, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 7bb4857
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69a5a5ad9724c300082dab56
😎 Deploy Preview https://deploy-preview-20663--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.

@dewi-tik dewi-tik self-assigned this Mar 2, 2026
@dewi-tik dewi-tik added the area:docs Features or issues related to Docusaurus label Mar 2, 2026
@dewi-tik dewi-tik moved this from Todo to Needs review in authentik Core Mar 2, 2026
Co-authored-by: Dominic R <dominic@sdko.org>
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
@codecov
Copy link

codecov bot commented Mar 2, 2026

Codecov Report

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

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #20663   +/-   ##
=======================================
  Coverage   93.38%   93.39%           
=======================================
  Files         981      981           
  Lines       55407    55407           
=======================================
+ Hits        51743    51745    +2     
+ Misses       3664     3662    -2     
Flag Coverage Δ
conformance 37.68% <ø> (+<0.01%) ⬆️
e2e 43.31% <ø> (-0.01%) ⬇️
integration 22.46% <ø> (+<0.01%) ⬆️
unit 91.53% <ø> (+<0.01%) ⬆️
unit-migrate 91.63% <ø> (+<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.

Thanks @dewi-tik for doing this. On;ly suggestion would be to put that last sentence first ("response caching should be disabled on any reverse proxy routes involved in Kerberos authentication") to first call attention to that, and then explain the why part. But it's also fine as it is. :-)

@github-project-automation github-project-automation bot moved this from Needs review to In Progress in authentik Core Mar 2, 2026
@r3pek
Copy link

r3pek commented Mar 2, 2026

Thanks @dewi-tik.... 2 days debugging this 😅

Keep up the good work guys 💪

@dewi-tik dewi-tik enabled auto-merge (squash) March 2, 2026 16:40
@dewi-tik dewi-tik merged commit ef4d04c into main Mar 2, 2026
145 of 147 checks passed
@dewi-tik dewi-tik deleted the website/docs--add-mention-of-caching-in-kerberos-doc branch March 2, 2026 16:58
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Mar 2, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 2, 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-7bb48570748a09e9cbddbd1e92a0d9062d9fa9cc
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-7bb48570748a09e9cbddbd1e92a0d9062d9fa9cc

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

@dewi-tik dewi-tik added backport/version-2025.12 Add this label to PRs to backport changes to version-2025.12 backport/version-2026.2 Add this label to PRs to backport changes to version-2026.2 labels Mar 2, 2026
authentik-automation bot pushed a commit that referenced this pull request Mar 2, 2026
* Add note about caching

* Update website/docs/users-sources/sources/protocols/kerberos/index.md

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

---------

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

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

authentik-automation bot pushed a commit that referenced this pull request Mar 2, 2026
* Add note about caching

* Update website/docs/users-sources/sources/protocols/kerberos/index.md

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

---------

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

🍒 Cherry-pick to version-2025.12 created: #20665

rissson pushed a commit that referenced this pull request Mar 2, 2026
… version-2026.2) (#20664)

Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
Co-authored-by: Dominic R <dominic@sdko.org>
BeryJu pushed a commit that referenced this pull request Mar 4, 2026
… version-2025.12) (#20665)

website/docs: kerberos: add note about caching (#20663)

* Add note about caching

* Update website/docs/users-sources/sources/protocols/kerberos/index.md




---------

Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
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 backport/version-2026.2 Add this label to PRs to backport changes to version-2026.2

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants