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:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user