Merge pull request '为 Backstage 镜像仓库配置 SPIFFE 发布权限' (#145) from feat/zot-backstage-access into main
yaml / yaml (push) Successful in 25s

Reviewed-on: #145
This commit was merged in pull request #145.
This commit is contained in:
2026-09-25 15:26:38 +00:00
+18
View File
@@ -70,6 +70,24 @@ configFiles:
}, },
"accessControl": { "accessControl": {
"repositories": { "repositories": {
"panxiao81/backstage": {
"policies": [
{
"users": [
"spiffe://ddupan.top/ci/panxiao81/backstage/image",
"spiffe://ddupan.top/dev/panxiao81"
],
"actions": [
"read",
"create",
"update"
]
}
],
"defaultPolicy": [
"read"
]
},
"panxiao81/gitea-dynamic-runner-controller": { "panxiao81/gitea-dynamic-runner-controller": {
"policies": [ "policies": [
{ {