From 4f0cbd186ce477a4ee075b1aa84a51c44d747702 Mon Sep 17 00:00:00 2001 From: vincent Date: Mon, 6 Jun 2022 09:24:55 +0200 Subject: [PATCH] fix vault policy name --- vault/nomad-cluster-role.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vault/nomad-cluster-role.json b/vault/nomad-cluster-role.json index 34ee475..ee26414 100644 --- a/vault/nomad-cluster-role.json +++ b/vault/nomad-cluster-role.json @@ -1,5 +1,5 @@ { - "allowed_policies": "acces-tables", + "allowed_policies": "access-tables", "disallowed_policies": "", "token_explicit_max_ttl": 0, "name": "nomad-cluster",