Merge pull request #1749 from maf23/added_missing_ttl_doc

Mention ttl parameter in the documentation of /auth/aws-ec2/role/<role>
This commit is contained in:
Jeff Mitchell 2016-08-18 07:25:20 -04:00 committed by GitHub
commit bbf2d0508e
1 changed files with 6 additions and 0 deletions

View File

@ -844,6 +844,12 @@ in its identity document to match the one specified by this parameter.
Defaults to an empty string, meaning that role tags are disabled.
</li>
</ul>
<li>
<span class="param">ttl</span>
<span class="param-flags">optional</span>
The TTL period of tokens issued using this role, provided as "1h", where hour is
the largest suffix.
</li>
<ul>
<li>
<span class="param">max_ttl</span>