zot simplification
This commit is contained in:
parent
7257762c45
commit
33d07dcf5c
@ -23,6 +23,13 @@ data:
|
|||||||
},
|
},
|
||||||
"accessControl": {
|
"accessControl": {
|
||||||
"repositories": {
|
"repositories": {
|
||||||
|
"pegasus": {
|
||||||
|
"policies": [
|
||||||
|
{ "users": ["bstein"], "actions": ["read", "create", "update", "delete"] }
|
||||||
|
],
|
||||||
|
"defaultPolicy": [],
|
||||||
|
"anonymousPolicy": []
|
||||||
|
},
|
||||||
"**": {
|
"**": {
|
||||||
"policies": [
|
"policies": [
|
||||||
{ "users": ["bstein"], "actions": ["read", "create", "update", "delete"] }
|
{ "users": ["bstein"], "actions": ["read", "create", "update", "delete"] }
|
||||||
|
|||||||
@ -10,4 +10,3 @@ resources:
|
|||||||
- ingress.yaml
|
- ingress.yaml
|
||||||
# - middleware.yaml
|
# - middleware.yaml
|
||||||
# - tlsoptions.yaml
|
# - tlsoptions.yaml
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user