2 Commits
Author SHA1 Message Date
panxiao81 7a62dde601 Merge pull request '为 Backstage 镜像仓库配置 SPIFFE 发布权限' (#145) from feat/zot-backstage-access into main
yaml / yaml (push) Successful in 25s
Reviewed-on: #145
2026-09-25 15:26:38 +00:00
panxiao81 521a49599a 为 Backstage 镜像仓库配置 SPIFFE 发布权限
yaml / yaml (pull_request) Successful in 30s
2026-09-25 15:23:56 +00:00
+18
View File
@@ -70,6 +70,24 @@ configFiles:
},
"accessControl": {
"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": {
"policies": [
{