zot: temporarily bypass sso and allow open access
This commit is contained in:
parent
7f57b286c1
commit
d5273a3555
@ -35,11 +35,13 @@ data:
|
|||||||
"accessControl": {
|
"accessControl": {
|
||||||
"repositories": {
|
"repositories": {
|
||||||
"**": {
|
"**": {
|
||||||
"policies": [
|
"policies": [],
|
||||||
{ "groups": ["admin", "image-pusher"], "actions": ["read", "create", "update", "delete"] }
|
"defaultPolicy": [
|
||||||
|
{ "actions": ["read", "create", "update", "delete"] }
|
||||||
],
|
],
|
||||||
"defaultPolicy": [],
|
"anonymousPolicy": [
|
||||||
"anonymousPolicy": []
|
{ "actions": ["read", "create", "update", "delete"] }
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"adminPolicy": {
|
"adminPolicy": {
|
||||||
|
|||||||
@ -22,6 +22,6 @@ spec:
|
|||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
backend:
|
backend:
|
||||||
service:
|
service:
|
||||||
name: oauth2-proxy-zot
|
name: zot
|
||||||
port:
|
port:
|
||||||
number: 80
|
number: 5000
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user