@itentialopensource/adapter-utils 5.3.6 → 5.3.7

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.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,14 @@
1
1
 
2
+ ## 5.3.7 [02-09-2024]
3
+
4
+ * Fix to STSParams for AWS Adapters
5
+
6
+ Closes ADAPT-3219
7
+
8
+ See merge request itentialopensource/adapter-utils!288
9
+
10
+ ---
11
+
2
12
  ## 5.3.6 [02-07-2024]
3
13
 
4
14
  * Add checks for pagination fields
@@ -1991,7 +1991,7 @@ class RequestHandler {
1991
1991
  log.trace(origin);
1992
1992
 
1993
1993
  try {
1994
- return this.authHandler.getAWSAuthorization(method, requestObj, uriPath, service, null, null, callback);
1994
+ return this.authHandler.getAWSAuthorization(method, requestObj, uriPath, service, STSParams, roleName, callback);
1995
1995
  } catch (e) {
1996
1996
  // handle any exception
1997
1997
  const errorObj = this.transUtil.checkAndReturn(e, origin, 'AWS Authentication Request Failed');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-utils",
3
- "version": "5.3.6",
3
+ "version": "5.3.7",
4
4
  "description": "Itential Adapter Utility Libraries",
5
5
  "scripts": {
6
6
  "postinstall": "node utils/setup.js",
Binary file