mirror of
https://github.com/scratchfoundation/aws-sts-helper.git
synced 2025-08-28 21:28:45 -04:00
Make README clearer
This commit is contained in:
parent
91838c2c74
commit
8ba9dedd62
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ Available variables and their usage:
|
|||
|
||||
| Env Variable | Default | Purpose/Default |
|
||||
|-----------------------|-------------------------------------|-----------------------------------------------------------------|
|
||||
| AWS_STS_ACCESS_KEY | | Equivalent to `AWS_ACCESS_KEY_ID`. Used to assume a role and generate temporary credentials for it |
|
||||
| AWS_STS_ACCESS_SECRET | | Equivalent to `AWS_SECRET_ACCESS_KEY`. Used to assume a role and generate temporary credentials for it |
|
||||
| AWS_STS_ACCESS_KEY | | Equivalent to `AWS_ACCESS_KEY_ID`. Used to generate credentials suitable to assume a specific role and the policies associated with it. |
|
||||
| AWS_STS_ACCESS_SECRET | | Equivalent to `AWS_SECRET_ACCESS_KEY`. Used to generate credentials suitable to assume a specific role and the policies associated with it. |
|
||||
| AWS_ROLE_ARN | | The Role to assume in ARN format|
|
||||
| AWS_ROLE_SESSION_NAME | `temporary` | A name that will be assigned to the temporary credentials |
|
||||
| AWS_STS_FILE_NAME | `./.aws-sts.json` | Used to store credentials in JSON format, fully qualified path to credential file, JSON |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue