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:
commit
bbf2d0508e
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue