FIX(zot): add global anonymousPolicy for UI access

- Add global anonymous read policy
- Allow UI to load without authentication
This commit is contained in:
2026-01-09 23:48:44 +09:00
parent 3587a8c826
commit 32b0a11178

View File

@@ -119,6 +119,7 @@ configMaps:
}
},
"accessControl": {
"anonymousPolicy": ["read"],
"repositories": {
"**": {
"anonymousPolicy": ["read"],