zot configmap update
This commit is contained in:
parent
f72dc43f76
commit
bff64dba65
@ -17,14 +17,17 @@ data:
|
|||||||
"http": {
|
"http": {
|
||||||
"address": "0.0.0.0",
|
"address": "0.0.0.0",
|
||||||
"port": "5000",
|
"port": "5000",
|
||||||
"auth": { "htpasswd": { "path": "/etc/zot/htpasswd", "realm": "zot-registry" } },
|
"realm": "zot-registry",
|
||||||
|
"auth": {
|
||||||
|
"htpasswd": { "path": "/etc/zot/htpasswd" }
|
||||||
|
},
|
||||||
"accessControl": {
|
"accessControl": {
|
||||||
"repositories": {
|
"repositories": {
|
||||||
"**": {
|
"**": {
|
||||||
"policies": [
|
"policies": [
|
||||||
{ "users": ["bstein"], "actions": ["read", "create", "update", "delete"] }
|
{ "users": ["bstein"], "actions": ["read", "create", "update", "delete"] }
|
||||||
],
|
],
|
||||||
"defaultPolicy": ["read"],
|
"defaultPolicy": ["read"],
|
||||||
"anonymousPolicy": ["read"]
|
"anonymousPolicy": ["read"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -36,8 +39,8 @@ data:
|
|||||||
},
|
},
|
||||||
"log": { "level": "debug" },
|
"log": { "level": "debug" },
|
||||||
"extensions": {
|
"extensions": {
|
||||||
"ui": { "enable": true },
|
"ui": { "enable": true },
|
||||||
"search": { "enable": true },
|
"search": { "enable": true },
|
||||||
"metrics": { "enable": true }
|
"metrics": { "enable": true }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user