Add variables access to Nomad Admins

This commit is contained in:
IamTheFij 2023-03-24 08:47:02 -07:00
parent fda97b8d01
commit f655488927
1 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,12 @@
namespace "*" {
policy = "write"
capabilities = ["alloc-node-exec"]
variables {
path "*" {
capabilities = ["write", "read", "destroy"]
}
}
}
agent {