From 9760c2eb3fc22d0f3482e94a07a30c9ac863df84 Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Wed, 26 Aug 2026 22:23:32 +1000 Subject: [PATCH] Fix KV path comment in jellyfin-ldap provider configuration. Reference the actual Vault KV seed path for outpost token instead of deferring to PR body. --- config/providers_ldap/jellyfin-ldap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/providers_ldap/jellyfin-ldap.yaml b/config/providers_ldap/jellyfin-ldap.yaml index f1bb959..6d52cdf 100644 --- a/config/providers_ldap/jellyfin-ldap.yaml +++ b/config/providers_ldap/jellyfin-ldap.yaml @@ -17,7 +17,7 @@ # authentik_application (slug jellyfin-ldap) and authentik_outpost # (name jellyfin-ldap-outpost, type ldap). The outpost's API token is generated # by Authentik AFTER apply and must be seeded into KV for the k8s outpost -# Deployment to consume (see PR body for the exact path). +# Deployment to consume: kv/kubernetes/namespace/authentik/default/outpost-token (key: token). name: Jellyfin LDAP bind_flow: default-authentication-flow unbind_flow: default-invalidation-flow