Update step-down.mdx (#19329)

Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
This commit is contained in:
jmarcelletti
2024-03-14 14:21:46 -04:00
committed by GitHub
parent 74abae6f01
commit 79f0ce2d74

View File

@@ -31,3 +31,14 @@ Success! Stepped down: http://127.0.0.1:8200
There are no flags beyond the [standard set of flags](/vault/docs/commands)
included on all commands.
## Policy requirements
You must belong to a policy with `update` and `sudo` permissions to use the
`vault operator step-down` command:
```hcl
path "sys/step-down" {
capabilities = ["update", "sudo"]
}
```