Skip to content

Commit

Permalink
Remove unused KV usage for clients.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanmorgan committed Feb 13, 2025
1 parent 0d9b7c4 commit 82d79a4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions agent/structs/acltemplatedpolicy/policies/ce/nomad-client.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@ node "{{.Name}}" {
service_prefix "" {
policy = "write"
}
key_prefix "" {
policy = "read"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"TemplateName": "builtin/nomad-client",
"Schema": "",
"Template": "agent \"{{.Name}}\" {\n policy = \"read\"\n}\nnode \"{{.Name}}\" {\n policy = \"write\"\n}\nservice_prefix \"\" {\n policy = \"write\"\n}\nkey_prefix \"\" {\n policy = \"read\"\n}\n",
"Template": "agent \"{{.Name}}\" {\n policy = \"read\"\n}\nnode \"{{.Name}}\" {\n policy = \"write\"\n}\nservice_prefix \"\" {\n policy = \"write\"\n}\n",
"Description": "Gives the token or role permissions required for integration with a nomad client."
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,4 @@ node "{{.Name}}" {
service_prefix "" {
policy = "write"
}
key_prefix "" {
policy = "read"
}

0 comments on commit 82d79a4

Please sign in to comment.