FIX(zot): use generic oidc provider name

- Change provider key from 'authelia' to 'oidc'
- Zot only supports: github, google, gitlab, oidc
This commit is contained in:
2026-01-10 01:00:13 +09:00
parent c6a51cfaf5
commit f16a9e9c6c

View File

@@ -127,7 +127,7 @@ configMaps:
}, },
"openid": { "openid": {
"providers": { "providers": {
"authelia": { "oidc": {
"name": "Authelia", "name": "Authelia",
"issuer": "https://auth0213.kro.kr", "issuer": "https://auth0213.kro.kr",
"clientid": "zot", "clientid": "zot",