orchestration-tests/nomad/acls/nomad-anon-bootstrap.hcl

24 lines
199 B
HCL
Raw Normal View History

2022-03-21 21:26:04 -07:00
namespace "*" {
2022-07-26 20:20:43 -07:00
policy = "read"
2022-03-21 21:26:04 -07:00
}
agent {
2022-07-26 20:20:43 -07:00
policy = "read"
2022-03-21 21:26:04 -07:00
}
operator {
2022-07-26 20:20:43 -07:00
policy = "read"
2022-03-21 21:26:04 -07:00
}
quota {
2022-07-26 20:20:43 -07:00
policy = "read"
2022-03-21 21:26:04 -07:00
}
node {
2022-07-26 20:20:43 -07:00
policy = "read"
2022-03-21 21:26:04 -07:00
}
host_volume "*" {
2022-07-26 20:20:43 -07:00
policy = "read"
2022-03-21 21:26:04 -07:00
}