docs: describe required ACLs for all commands

This commit is contained in:
Tim Gross
2020-11-19 16:38:08 -05:00
parent bfbd6b9cb2
commit 8a66f11bb3
161 changed files with 540 additions and 34 deletions

View File

@@ -55,6 +55,11 @@ Usage: nomad operator debug [options]
Build an archive containing Nomad cluster configuration and state, and Consul and Vault
status. Include logs and pprof profiles for selected servers and client nodes.
If ACLs are enabled, this command will require a token with the 'node:read'
capability to run. In order to collect information, the token will also
require the 'agent:read' and 'operator:read' capabilities, as well as the
'list-jobs' capability for all namespaces.
General Options:
` + generalOptionsUsage(usageOptsDefault|usageOptsNoNamespace) + `