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