configure open webui to use sso from authentik

This commit is contained in:
2026-03-16 17:30:16 +01:00
parent c2706a8af2
commit a2a5cd72a9
5 changed files with 80 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
bound_service_account_names:
- openwebui-secret
bound_service_account_namespaces:
- openwebui
token_policies:
- openwebui

View File

@@ -0,0 +1,3 @@
path "secret/data/authentik/openwebui" {
capabilities = ["read"]
}