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

View File

@ -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