ac-api-connector
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,11 @@ | ||
<a name="1.0.1"></a> | ||
## [1.0.1](https://github.com/admiralcloud/ac-api-connector/compare/v1.0.0..v1.0.1) (2024-07-14 13:18:41) | ||
### Bug Fix | ||
* **Connector:** Make sure signature version 5 is used | MP | [7e686e36ce535bb9e9f1f0940daca09aa3e63850](https://github.com/admiralcloud/ac-api-connector/commit/7e686e36ce535bb9e9f1f0940daca09aa3e63850) | ||
Use signature 5 and honor debug parameter | ||
Related issues: [undefined/undefined#master](undefined/browse/master) | ||
<a name="1.0.0"></a> | ||
@@ -2,0 +12,0 @@ |
@@ -31,3 +31,4 @@ const https = require('https') | ||
path, | ||
payload: Object.assign(JSON.parse(JSON.stringify(params)), payload) // BODY payload takes precedence | ||
payload: Object.assign(JSON.parse(JSON.stringify(params)), payload), // BODY payload takes precedence | ||
debug | ||
} | ||
@@ -44,2 +45,3 @@ if (identifier) { | ||
'x-admiralcloud-hash': signedValues.hash, | ||
'x-admiralcloud-version': 5 | ||
}) | ||
@@ -46,0 +48,0 @@ if (identifier) { |
{ | ||
"name": "ac-api-connector", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "repository": "git@github.com:AdmiralCloud/ac-api-connector.git", |
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
18468
183