mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
docs: describe required ACLs for all commands
This commit is contained in:
@@ -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) + `
|
||||
|
||||
Reference in New Issue
Block a user