website/docs: kerberos: add note about caching#20663
Conversation
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Co-authored-by: Dominic R <dominic@sdko.org> Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
Codecov Report✅ All modified and coverable lines are covered by tests. 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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
tanberry
left a comment
There was a problem hiding this comment.
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. :-)
|
Thanks @dewi-tik.... 2 days debugging this 😅 Keep up the good work guys 💪 |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your 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)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your 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-7bb48570748a09e9cbddbd1e92a0d9062d9fa9ccAfterwards, run the upgrade commands from the latest release notes. |
* 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>
|
🍒 Cherry-pick to |
* 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>
|
🍒 Cherry-pick to |
… version-2026.2) (#20664) Co-authored-by: Dewi Roberts <dewi@goauthentik.io> Co-authored-by: Dominic R <dominic@sdko.org>
… 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>
Details
Adds note about issues related to caching
Checklist
If applicable
make docs)