@itentialopensource/adapter-utils 5.10.10 → 5.10.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -99,9 +99,9 @@ class AuthenticationHandler {
|
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
|
-
|
|
103
|
-
AWS
|
|
104
|
-
const sts = new AWS.STS();
|
|
102
|
+
|
|
103
|
+
// set the AWS access information (from properties)
|
|
104
|
+
const sts = new AWS.STS(configObj);
|
|
105
105
|
log.debug(`STS OPTIONS: ${this.propUtil.scrubSensitiveInfo(JSON.stringify(configObj))}`);
|
|
106
106
|
|
|
107
107
|
// use STS to get the AWS access information for the user defined in STWS Params
|