mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
ListPolicies and GetPolicy work w/o management token
This commit is contained in:
3
dev/acls/default-ns.hcl
Normal file
3
dev/acls/default-ns.hcl
Normal file
@@ -0,0 +1,3 @@
|
||||
namespace "default" {
|
||||
policy = "write"
|
||||
}
|
||||
3
dev/acls/node-read.hcl
Normal file
3
dev/acls/node-read.hcl
Normal file
@@ -0,0 +1,3 @@
|
||||
node {
|
||||
policy = "read"
|
||||
}
|
||||
Reference in New Issue
Block a user