Skip to content

Commit

Permalink
update help text with ACL requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
davemay99 committed Nov 25, 2020
1 parent 4ac5298 commit 6b221a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions command/operator_debug.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ 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. To collect pprof profiles the
token will also require 'agent:write', or enable_debug configuration set to true.
General Options:
` + generalOptionsUsage() + `
Expand Down

0 comments on commit 6b221a8

Please sign in to comment.