From ff5574c840e0a3d25618a3484ad6fb8219eab687 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Fri, 9 Jan 2026 23:52:56 +0900 Subject: [PATCH] REVERT(zot): remove accessControl, restore original auth config - Revert accessControl configuration - Restore original authentication setup --- zot/helm-values.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/zot/helm-values.yaml b/zot/helm-values.yaml index 104a8f8..e6b1db6 100644 --- a/zot/helm-values.yaml +++ b/zot/helm-values.yaml @@ -117,17 +117,6 @@ configMaps: "htpasswd": { "path": "/etc/zot/htpasswd" } - }, - "accessControl": { - "repositories": { - "**": { - "anonymousPolicy": ["read"], - "policies": [{ - "users": ["admin"], - "actions": ["read", "create", "update", "delete"] - }] - } - } } }, "log": {