Skip to content

Commit

Permalink
Add role feature to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesls committed Oct 20, 2015
1 parent ec57524 commit cba353f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
CHANGELOG
=========

Next Release (TBD)
==================

* feature:Assume Role: Add ``role_session_name`` config variable
to control the ``RoleSessionName`` when assuming roles
(`issue 1389 <https://github.com/aws/aws-cli/pull/1389>`__)

1.8.13
======

Expand Down
9 changes: 5 additions & 4 deletions awscli/topics/config-vars.rst
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,12 @@ in the AWS CLI config file:
authentication. The value is either the serial number for a hardware device
(such as GAHT12345678) or an Amazon Resource Name (ARN) for a virtual device
(such as arn:aws:iam::123456789012:mfa/user).
* ``role_session_name`` - The name applied to this assume-role session. This
value affects the assumed role user ARN (such as
* ``role_session_name`` - The name applied to this assume-role session. This
value affects the assumed role user ARN (such as
arn:aws:sts::123456789012:assumed-role/role_name/role_session_name). This
maps to the ``RoleSessionName`` parameter in the ``AssumeRole`` operation.
This is an optional parameter.
maps to the ``RoleSessionName`` parameter in the ``AssumeRole`` operation.
This is an optional parameter. If you do not provide this value, a
session name will be automatically generated.

If you do not have MFA authentication required, then you only need to specify a
``role_arn`` and a ``source_profile``.
Expand Down

0 comments on commit cba353f

Please sign in to comment.