Add documentation on authenticating against Nomad

This commit is contained in:
Jan-Eric Hellenberg
2021-07-26 15:00:43 +02:00
committed by Jan-Eric Hellenberg
parent 3aa1227db6
commit f323bdf169
2 changed files with 56 additions and 0 deletions

30
docs/poseidon_policy.hcl Normal file
View File

@ -0,0 +1,30 @@
// Allow-all access policy
namespace "*" {
policy = "write"
capabilities = ["alloc-node-exec", "read-job"]
}
agent {
policy = "write"
}
operator {
policy = "write"
}
quota {
policy = "write"
}
node {
policy = "write"
}
host_volume "*" {
policy = "write"
}
plugin {
policy = "read"
}