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"],
"auth": {
"openid": {
"providers": [
{
"name": "keycloak",
"providers": {
"keycloak": {
"issuer": "https://sso.bstein.dev/realms/atlas",
"clientID": "zot",
"clientSecret": "__CLIENT_SECRET__",
@ -32,7 +31,7 @@ data:
"adminGroup": "admin",
"groupClaim": "groups"
}
]
}
}
},
"externalUrl": "https://registry.bstein.dev",