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

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. Defaults to an empty string, meaning that role tags are disabled.
</li> </li>
</ul> </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> <ul>
<li> <li>
<span class="param">max_ttl</span> <span class="param">max_ttl</span>