FEAT(authelia): add Zot OIDC client

- Add Zot client to OIDC providers
- Add ZOT_CLIENT_SECRET to ExternalSecret
- Add volume mount for Zot client secret
This commit is contained in:
2026-01-10 00:55:11 +09:00
parent 5f9573133e
commit c78dec54d7
2 changed files with 25 additions and 0 deletions

View File

@@ -52,3 +52,8 @@ spec:
remoteRef:
key: authelia
property: VAULT_CLIENT_SECRET
# Zot OIDC client secret
- secretKey: ZOT_CLIENT_SECRET
remoteRef:
key: authelia
property: ZOT_CLIENT_SECRET