Skip to content

Commit

Permalink
fixes #123 - update docs on use of session or federation tokens in cr…
Browse files Browse the repository at this point in the history
…edentials
  • Loading branch information
jantman committed Mar 11, 2017
1 parent d20ad04 commit ce64e86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ or bug reports specific to 3.2 will be closed.
* `Issue #236 <https://github.com/jantman/awslimitchecker/issues/236>`_ - Drop support for Python 3.2; stop testing under py32.
* `Issue #257 <https://github.com/jantman/awslimitchecker/issues/257>`_ - Handle ElastiCache DescribeCacheCluster responses that are missing ``CacheNodes`` key in a cluster description.
* `Issue #200 <https://github.com/jantman/awslimitchecker/issues/200>`_ - Remove EC2 Spot Instances/Fleets limits from experimental status.
* `Issue #123 <https://github.com/jantman/awslimitchecker/issues/123>`_ - Update documentation on using session tokens (Session or Federation temporary creds).

0.7.0 (2017-01-15)
------------------
Expand Down
5 changes: 4 additions & 1 deletion docs/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,10 @@ API calls will throw errors when trying to access the IAM API (except for Sessio
work for IAM API calls only if an MFA token is used). Furthermore, Federation tokens cannot make use
of the STS AssumeRole functionality. If you attempt to use awslimitchecker with credentials generated
by these APIs (commonly used by organizations to hand out limited-lifetime credentials), you will likely
encounter errors.
encounter errors when checking IAM limits. If this is acceptable, you can use these credentials by setting
the ``AWS_SESSION_TOKEN`` environment variable in addition to ``AWS_ACCESS_KEY_ID`` and ``AWS_SECRET_ACCESS_KEY``,
or by otherwise configuring these credentials in a way that's supported by
`boto3 <http://boto3.readthedocs.org/en/latest/guide/configuration.html#guide-configuration>`_.

.. _getting_started.regions:

Expand Down

0 comments on commit ce64e86

Please sign in to comment.