We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 611e234 commit f0c78c2Copy full SHA for f0c78c2
infrastructure-as-code/k8s-cluster-openshift-aws/main.tf
@@ -203,6 +203,6 @@ resource "vault_kubernetes_auth_backend_role" "role" {
203
role_name = "demo"
204
bound_service_account_names = ["cats-and-dogs"]
205
bound_service_account_namespaces = ["default", "cats-and-dogs"]
206
- policies = ["${var.vault_user}"]
207
- ttl = 7200
+ token_policies = ["${var.vault_user}"]
+ token_ttl = 7200
208
}
0 commit comments