mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-14 07:11:11 +01:00
Update step-down.mdx to describe behavior against non-active nodes (#23657)
* Update step-down.mdx to describe behavior against non-active nodes Behavior changed in Vault 1.9: https://developer.hashicorp.com/vault/docs/v1.9.x/commands/operator/step-down
This commit is contained in:
parent
b74bb26310
commit
a0a150b7f1
@ -12,8 +12,12 @@ The `/sys/step-down` endpoint causes the node to give up active status.
|
||||
|
||||
## Step down leader
|
||||
|
||||
This endpoint forces the node to give up active status. If the node does not
|
||||
have active status, this endpoint does nothing. Note that the node will sleep
|
||||
The step-down endpoint forces nodes to give up "active" status. If you
|
||||
call the endpoint against a non-active node, for example, a DR or
|
||||
performance standby node, Vault forwards the request to the active
|
||||
node.
|
||||
|
||||
Note that the node will sleep
|
||||
for ten seconds before attempting to grab the active lock again, but if no
|
||||
standby nodes grab the active lock in the interim, the same node may become the
|
||||
active node again. Requires a token with `root` policy or `sudo` capability on
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user