REVERT(zot): remove accessControl, restore original auth config
- Revert accessControl configuration - Restore original authentication setup
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user