From 2ae48fa5864ce82053d26d50fa486d3c03f5dacb Mon Sep 17 00:00:00 2001 From: Brian Lalor Date: Sun, 6 Sep 2015 06:57:39 -0400 Subject: [PATCH] Remove unused param to 'vault write aws/roles/deploy' The name is taken from the path, not the request body. Having the duplicate key is confusing. --- website/source/docs/secrets/aws/index.html.md | 1 - 1 file changed, 1 deletion(-) diff --git a/website/source/docs/secrets/aws/index.html.md b/website/source/docs/secrets/aws/index.html.md index 17feb3306..48c28dffa 100644 --- a/website/source/docs/secrets/aws/index.html.md +++ b/website/source/docs/secrets/aws/index.html.md @@ -51,7 +51,6 @@ a "deploy" role: ```text $ vault write aws/roles/deploy \ - name=deploy \ policy=@policy.json ```