zot: remove oidc auth to allow anonymous access
This commit is contained in:
parent
d5273a3555
commit
6e26807f21
@ -19,18 +19,6 @@ data:
|
|||||||
"port": "5000",
|
"port": "5000",
|
||||||
"realm": "zot-registry",
|
"realm": "zot-registry",
|
||||||
"compat": ["docker2s2"],
|
"compat": ["docker2s2"],
|
||||||
"auth": {
|
|
||||||
"openid": {
|
|
||||||
"providers": {
|
|
||||||
"oidc": {
|
|
||||||
"issuer": "https://sso.bstein.dev/realms/atlas",
|
|
||||||
"clientID": "oauth2-proxy",
|
|
||||||
"clientSecret": "__CLIENT_SECRET__",
|
|
||||||
"scopes": ["openid", "profile", "email", "groups"]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"externalUrl": "https://registry.bstein.dev",
|
"externalUrl": "https://registry.bstein.dev",
|
||||||
"accessControl": {
|
"accessControl": {
|
||||||
"repositories": {
|
"repositories": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user