From 6e26807f21b8238a5070e2df39adc7cd84c5763b Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Thu, 11 Dec 2025 01:53:36 -0300 Subject: [PATCH] zot: remove oidc auth to allow anonymous access --- services/zot/configmap.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/services/zot/configmap.yaml b/services/zot/configmap.yaml index 55fb1c7..8d43e95 100644 --- a/services/zot/configmap.yaml +++ b/services/zot/configmap.yaml @@ -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": {