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 26, 2020
1 parent 45c71c2 commit 0b63689
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion command/operator_debug.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ Usage: nomad operator debug [options]
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.
'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:
Expand Down

0 comments on commit 0b63689

Please sign in to comment.