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": {
|
"accessControl": {
|
||||||
|
"anonymousPolicy": ["read"],
|
||||||
"repositories": {
|
"repositories": {
|
||||||
"**": {
|
"**": {
|
||||||
"anonymousPolicy": ["read"],
|
"anonymousPolicy": ["read"],
|
||||||
|
|||||||
Reference in New Issue
Block a user