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

Commit

Permalink
session open now fully working for new and previous sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
brianantonelli committed Nov 9, 2016
1 parent 9b76fef commit 70414a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/alks-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ exports.createKey = function(account, password, duration, callback){
accessKey: results.body.accessKey,
secretKey: results.body.secretKey,
sessionToken: results.body.sessionToken,
consoleURL: results.body.consoleURL
consoleURL: results.body.consoleURL,
alksAccount: account.alksAccount,
alksRole: account.alksRole
}, account, password);
});
};
Expand Down

0 comments on commit 70414a0

Please sign in to comment.