github.com/hernad/nomad@v1.6.112/command/agent/test-resources/client_with_function_denylist_empty_string.json (about)

     1  {
     2    "client": {
     3      "enabled": true,
     4      "template": {
     5        "disable_file_sandbox": true,
     6        "function_denylist": [
     7          ""
     8        ]
     9      }
    10    }
    11  }