zot: fix oidc provider map shape

This commit is contained in:
Brad Stein 2025-12-08 23:36:19 -03:00
parent dba4d270ff
commit ea4c04ba04

View File

@ -21,9 +21,8 @@ data:
"compat": ["docker2s2"], "compat": ["docker2s2"],
"auth": { "auth": {
"openid": { "openid": {
"providers": [ "providers": {
{ "keycloak": {
"name": "keycloak",
"issuer": "https://sso.bstein.dev/realms/atlas", "issuer": "https://sso.bstein.dev/realms/atlas",
"clientID": "zot", "clientID": "zot",
"clientSecret": "__CLIENT_SECRET__", "clientSecret": "__CLIENT_SECRET__",
@ -32,7 +31,7 @@ data:
"adminGroup": "admin", "adminGroup": "admin",
"groupClaim": "groups" "groupClaim": "groups"
} }
] }
} }
}, },
"externalUrl": "https://registry.bstein.dev", "externalUrl": "https://registry.bstein.dev",