Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
CLOUD-280 Adds assume role description #Close Fixes #28
Browse files Browse the repository at this point in the history
  • Loading branch information
thoeynck committed Dec 14, 2015
1 parent 6c02c5b commit 559cd1b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,18 @@ service with ``sudo service alppaca start``.

Usage of the init script: ``alppaca <start|restart|stop|status>``

set alppaca to assume a different role
--------------------------------------
You can configure alppaca to issue a assume_role API call using the configuration.
This can be useful when you want to assume the role of another account::

assume_role: arn:aws:sts::123456789012:assumed-role/demo/Bob

In case a proxy is required in order to connect to AWS, use this config::

aws_proxy_host: my_proxy.local
aws_proxy_port: 3128

redirecting alppaca logs in rsyslog
-----------------------------------

Expand Down

0 comments on commit 559cd1b

Please sign in to comment.