Skip to content

Commit 54f88d9

Browse files
committed
terraform/hashistack: Allow certs to write nomad/jobs/maddy
1 parent 4486efd commit 54f88d9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

terraform/hashistack/policy_certs.tf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,13 @@ namespace "infrastructure" {
2323
}
2424
}
2525
}
26+
27+
namespace "apps-restricted" {
28+
variables {
29+
path "nomad/jobs/maddy" {
30+
capabilities = ["read", "write"]
31+
}
32+
}
33+
}
2634
EOT
2735
}

0 commit comments

Comments
 (0)