Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/docs/docs/guides/kubernetes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ If everything deploys correctly, Tinyauth should start up with no errors and be
## Using forward-auth

Tinyauth officially supports only the Traefik proxy for forward-auth. However, it works with other proxies
like Istio. Instructions on these proxies can be found in the [community guide](/docs/community/kubernetes.mdx).
like Istio. Instructions on these proxies can be found in the [community guide](/docs/community/kubernetes/).

To use Tinyauth as a forward-auth middleware in Traefik, just create a middleware using Traefik's CRD:

Expand Down Expand Up @@ -267,4 +267,4 @@ to Tinyauth for authentication.
:::caution
Tinyauth only supports a single domain per ACL so, if you have multiple rules, you will need multiple
ACLs.
:::
:::