@itentialopensource/adapter-amazon_route53 0.5.1 → 0.5.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-amazon_route53",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "This adapter integrates with system described as: Amazon Route53.",
5
5
  "main": "adapter.js",
6
6
  "systemName": "Amazon AWS Route53",
@@ -425,6 +425,11 @@
425
425
  "http"
426
426
  ]
427
427
  },
428
+ "use_proxy_for_initial_auth": {
429
+ "type": "boolean",
430
+ "description": "When true, use proxy for initial authentication requests",
431
+ "default": false
432
+ },
428
433
  "externalId": {
429
434
  "type": "string",
430
435
  "description": "define an external id to send with the sts request",
@@ -53,6 +53,7 @@
53
53
  "endpoint": "",
54
54
  "proxy": "",
55
55
  "proxyagent": "",
56
+ "use_proxy_for_initial_auth": false,
56
57
  "externalId": ""
57
58
  }
58
59
  },