github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/website/content/docs/commands/operator/gossip/keyring-list.mdx (about) 1 --- 2 layout: docs 3 page_title: 'Commands: operator gossip keyring list' 4 description: | 5 List gossip keys 6 --- 7 8 # Command: operator gossip keyring list 9 10 The `operator gossip keyring list` command lists all gossip keys 11 currently in use within the cluster. 12 13 This command can only be run against server nodes. It returns 0 if all 14 nodes reply and there are no errors. If any node fails to reply or 15 reports failure, the exit code will be 1. 16 17 If ACLs are enabled, this command requires a token with the 18 `agent:write` capability. 19 20 ## Usage 21 22 ```plaintext 23 nomad operator gossip keyring list [options] 24 ``` 25 26 ## General Options 27 28 @include 'general_options_no_namespace.mdx' 29 30 ## Examples 31 32 The output of the `nomad operator gossip keyring list` command 33 consolidates information from all the Nomad servers. 34 35 ```shell-session 36 $ nomad operator gossip keyring list 37 Gathering installed encryption keys... 38 Key 39 HD5Y61iE+neTxd1n6TnXhCPViPIUq5QpWq8WW8012XA= 40 AOUfjGff+MrTBzNU7NCOTmYajKRkGv8r2ToxheWd+jk= 41 ```