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