homelab-nomad/acls/nomad-anon-policy.hcl

24 lines
193 B
HCL
Raw Normal View History

2022-03-21 21:26:04 -07:00
namespace "*" {
2022-08-23 10:31:03 -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
}