zot: temporarily bypass sso and allow open access

This commit is contained in:
Brad Stein 2025-12-11 01:50:25 -03:00
parent 7f57b286c1
commit d5273a3555
2 changed files with 8 additions and 6 deletions

View File

@ -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": {

View File

@ -22,6 +22,6 @@ spec:
pathType: Prefix
backend:
service:
name: oauth2-proxy-zot
name: zot
port:
number: 80
number: 5000