zot: remove oidc auth to allow anonymous access

This commit is contained in:
Brad Stein 2025-12-11 01:53:36 -03:00
parent d5273a3555
commit 6e26807f21

View File

@ -19,18 +19,6 @@ data:
"port": "5000",
"realm": "zot-registry",
"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",
"accessControl": {
"repositories": {