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

24 lines
193 B
HCL
Raw Normal View History

2022-03-22 04:26:04 +00:00
namespace "*" {
2022-08-23 17:31:03 +00:00
policy = "read"
2022-03-22 04:26:04 +00:00
}
agent {
2022-07-27 03:20:43 +00:00
policy = "read"
2022-03-22 04:26:04 +00:00
}
operator {
2022-07-27 03:20:43 +00:00
policy = "read"
2022-03-22 04:26:04 +00:00
}
quota {
2022-07-27 03:20:43 +00:00
policy = "read"
2022-03-22 04:26:04 +00:00
}
node {
2022-07-27 03:20:43 +00:00
policy = "read"
2022-03-22 04:26:04 +00:00
}
host_volume "*" {
2022-07-27 03:20:43 +00:00
policy = "read"
2022-03-22 04:26:04 +00:00
}