fix/zot-local-publisher-exact-policy
main
新增两个精确 repository policy 后,zot 使用精确规则覆盖 ** wildcard,导致原本具有发布权限的 spiffe://ddupan.top/dev/panxiao81 在这两个仓库上被拒绝。
**
spiffe://ddupan.top/dev/panxiao81
将本机开发身份加入:
panxiao81/gitea-dynamic-runner-controller
panxiao81/gitea-dynamic-runner-runner
只授予 read/create/update,不授予 delete。CI publisher identity 保持不变。
read/create/update
git diff --check
No dependencies set.
The note is not visible to the blocked user.
问题
新增两个精确 repository policy 后,zot 使用精确规则覆盖
**wildcard,导致原本具有发布权限的spiffe://ddupan.top/dev/panxiao81在这两个仓库上被拒绝。变更
将本机开发身份加入:
panxiao81/gitea-dynamic-runner-controllerpanxiao81/gitea-dynamic-runner-runner只授予
read/create/update,不授予 delete。CI publisher identity 保持不变。验证
git diff --check通过