mirror of
https://github.com/scratchfoundation/aws-sts-helper.git
synced 2024-11-23 23:58:01 -05:00
missing comma
This commit is contained in:
parent
b8a72670a5
commit
4e95f5299f
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -20,7 +20,7 @@ const getTemporaryCredentials = (config, callback) => {
|
|||
},
|
||||
role: {
|
||||
arn: process.env.AWS_ROLE_ARN || '',
|
||||
sessionName: process.env.AWS_ROLE_SESSION_NAME || 'temporary'
|
||||
sessionName: process.env.AWS_ROLE_SESSION_NAME || 'temporary',
|
||||
durationSeconds: process.env.AWS_ROLE_DURATION_SECONDS || 43200
|
||||
},
|
||||
key: {
|
||||
|
|
Loading…
Reference in a new issue