consul/command/acl/templatedpolicy/testdata/FormatTemplatedPolicy/ce/nomad-server-templated-poli...

6 lines
342 B
Plaintext
Raw Normal View History

{
"TemplateName": "builtin/nomad-server",
"Schema": "",
"Template": "\nacl = \"write\"\nagent_prefix \"\" {\n policy = \"read\"\n}\nnode_prefix \"\" {\n policy = \"read\"\n}\nservice_prefix \"\" {\n policy = \"write\"\n}",
"Description": "Gives the token or role permissions required for integration with a nomad server."
}