FIX(zot): correct accessControl format with repositories wrapper

- Add repositories wrapper around repo configurations
- Fix configuration schema validation error
This commit is contained in:
2026-01-09 23:46:21 +09:00
parent 72c1399f99
commit 3587a8c826

View File

@@ -119,6 +119,7 @@ configMaps:
} }
}, },
"accessControl": { "accessControl": {
"repositories": {
"**": { "**": {
"anonymousPolicy": ["read"], "anonymousPolicy": ["read"],
"policies": [{ "policies": [{
@@ -127,6 +128,7 @@ configMaps:
}] }]
} }
} }
}
}, },
"log": { "log": {
"level": "info" "level": "info"