From 79f0ce2d74df68ee45d1ec8b8d49c44aaf6b875b Mon Sep 17 00:00:00 2001 From: jmarcelletti <46726303+jmarcelletti@users.noreply.github.com> Date: Thu, 14 Mar 2024 14:21:46 -0400 Subject: [PATCH] Update step-down.mdx (#19329) Co-authored-by: Violet Hynes Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> --- website/content/docs/commands/operator/step-down.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/website/content/docs/commands/operator/step-down.mdx b/website/content/docs/commands/operator/step-down.mdx index a22ae341b7..4726318cb3 100644 --- a/website/content/docs/commands/operator/step-down.mdx +++ b/website/content/docs/commands/operator/step-down.mdx @@ -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"] +} +```