Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2019-08-14 08:20:46 +00:00
parent 61749888f3
commit 7bcd09eb7c
2 changed files with 10 additions and 2 deletions

View File

@@ -1092,7 +1092,8 @@ the friendly name the current IAM role.</p>
aws-iam:
role: my-dev-role
aws-path: aws
server-id: some.server.name</code></pre>
server-id: some.server.name
endpoint-uri: https://sts.eu-central-1.amazonaws.com</code></pre>
</div>
</div>
</div>
@@ -1108,6 +1109,9 @@ the friendly name the current IAM role.</p>
<li>
<p><code>server-id</code> sets the value to use for the <code>X-Vault-AWS-IAM-Server-ID</code> header preventing certain types of replay attacks.</p>
</li>
<li>
<p><code>endpoint-uri</code> sets the value to use for the AWS STS API used for the <code>iam_request_url</code> parameter.</p>
</li>
</ul>
</div>
<div class="paragraph">