REVERT(zot): remove accessControl, restore original auth config

- Revert accessControl configuration
- Restore original authentication setup
This commit is contained in:
2026-01-09 23:52:56 +09:00
parent 37bbfbb5d2
commit ff5574c840

View File

@@ -117,17 +117,6 @@ configMaps:
"htpasswd": { "htpasswd": {
"path": "/etc/zot/htpasswd" "path": "/etc/zot/htpasswd"
} }
},
"accessControl": {
"repositories": {
"**": {
"anonymousPolicy": ["read"],
"policies": [{
"users": ["admin"],
"actions": ["read", "create", "update", "delete"]
}]
}
}
} }
}, },
"log": { "log": {