@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
- // set the original AWS access information (from properties)
103
- AWS.config.update(configObj);
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-utils",
3
- "version": "5.10.10",
3
+ "version": "5.10.11",
4
4
  "description": "Itential Adapter Utility Libraries",
5
5
  "scripts": {
6
6
  "postinstall": "node utils/setup.js",