Compare commits

..

No commits in common. "3a2ecc9b2386a6a56a2d1e30268d5e51aa56886e" and "756286c23102b88e247d7a46f6818d6e8a62f1a5" have entirely different histories.

3 changed files with 0 additions and 22 deletions

View File

@ -1,16 +0,0 @@
resource "vault_approle_auth_backend_role" "rpmbuilder" {
role_name = "rpmbuilder"
bind_secret_id = false
token_policies = [
"kv/service/github/neoloc/tokens/read-only-token",
"kv/service/gitea/unkinben/tokens/read-only-packages",
]
token_ttl = 30
token_max_ttl = 30
token_bound_cidrs = [
"10.10.12.200/32",
"198.18.25.102/32",
"198.18.26.91/32",
"198.18.27.40/32",
]
}

View File

@ -1,3 +0,0 @@
path "kv/data/service/gitea/unkinben/tokens/read-only-packages" {
capabilities = ["read"]
}

View File

@ -1,3 +0,0 @@
path "kv/data/service/github/neoloc/tokens/read-only-token" {
capabilities = ["read"]
}