zot: fix oidc provider map shape
This commit is contained in:
parent
dba4d270ff
commit
ea4c04ba04
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user