Skip to content

Commit 8b33584

Browse files
Ranjandasaimeeu
andauthored
Add note to root keyring remove command (#25637)
* Add note to root keyring remove command This PR updates the documentation for the root keyring remove command to note that the full key ID must be provided for the command to function correctly. * Move keyID explanation to usage section --------- Co-authored-by: Aimee Ukasick <[email protected]>
1 parent 4c4cb2c commit 8b33584

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

website/content/docs/commands/operator/root/keyring-remove.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ If ACLs are enabled, this command requires a management token.
1919
nomad operator root keyring remove [options] <key ID>
2020
```
2121

22+
The `key ID` must be the UUID. Use the `-verbose` option with the
23+
[`nomad operator root keyring list`
24+
command](/nomad/docs/commands/operator/root/keyring-list) to fetch the key
25+
UUID.
26+
2227
## General options
2328

2429
@include 'general_options.mdx'

0 commit comments

Comments
 (0)