@itentialopensource/adapter-utils
Advanced tools
Comparing version 5.2.0 to 5.3.0
## 5.3.0 [10-19-2023] | ||
* ADAPT-485: AWS Auth | ||
Closes ADAPT-485 | ||
See merge request itentialopensource/adapter-utils!278 | ||
--- | ||
## 5.2.0 [10-04-2023] | ||
@@ -3,0 +13,0 @@ |
@@ -867,3 +867,3 @@ /* @copyright Itential, LLC 2018 */ | ||
thisAHdata.Accept = 'text/plain'; | ||
} else if (entitySchema && entitySchema.responseDatatype && entitySchema.responseDatatype.toUpperCase() === 'XML') { | ||
} else if (entitySchema && entitySchema.responseDatatype && (entitySchema.responseDatatype.toUpperCase() === 'XML' || entitySchema.responseDatatype.toUpperCase() === 'XML2JSON')) { | ||
// add the XML headers if they were not set already | ||
@@ -870,0 +870,0 @@ thisAHdata.Accept = 'application/xml'; |
{ | ||
"name": "@itentialopensource/adapter-utils", | ||
"version": "5.2.0", | ||
"version": "5.3.0", | ||
"description": "Itential Adapter Utility Libraries", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -86,2 +86,10 @@ { | ||
}, | ||
"service" : { | ||
"type" : "string", | ||
"description": "Service we are integrating with -- used with AWS Authentication", | ||
"examples" : [ | ||
"ec2", | ||
"route53" | ||
] | ||
}, | ||
"authentication": { | ||
@@ -135,3 +143,4 @@ "$ref": "#/definitions/authentication" | ||
"no_authentication", | ||
"multi_step_authentication" | ||
"multi_step_authentication", | ||
"aws_authentication" | ||
] | ||
@@ -138,0 +147,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
802795
16082