FIX(zot): add global anonymousPolicy for UI access
- Add global anonymous read policy - Allow UI to load without authentication
This commit is contained in:
@@ -119,6 +119,7 @@ configMaps:
|
||||
}
|
||||
},
|
||||
"accessControl": {
|
||||
"anonymousPolicy": ["read"],
|
||||
"repositories": {
|
||||
"**": {
|
||||
"anonymousPolicy": ["read"],
|
||||
|
||||
Reference in New Issue
Block a user