move renovate gitea token to vault
This commit is contained in:
6
vault/kubernetes-roles/renovate.yaml
Normal file
6
vault/kubernetes-roles/renovate.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
bound_service_account_names:
|
||||
- renovate
|
||||
bound_service_account_namespaces:
|
||||
- renovate
|
||||
token_policies:
|
||||
- renovate
|
||||
3
vault/policy/renovate.hcl
Normal file
3
vault/policy/renovate.hcl
Normal file
@@ -0,0 +1,3 @@
|
||||
path "secret/data/renovate" {
|
||||
capabilities = ["read"]
|
||||
}
|
||||
Reference in New Issue
Block a user