feat: add rpmbuilder approle

- add rpmbuilder approle
- add policies to acces gitea/github read-only tokens
This commit is contained in:
2025-11-29 18:00:20 +11:00
parent 756286c231
commit 5afd1ad9c1
3 changed files with 22 additions and 0 deletions
@@ -0,0 +1,3 @@
path "kv/data/service/gitea/unkinben/tokens/read-only-packages" {
capabilities = ["read"]
}
@@ -0,0 +1,3 @@
path "kv/data/service/github/neoloc/tokens/read-only-token" {
capabilities = ["read"]
}