@itentialopensource/adapter-amazon_route53 0.7.0 → 0.7.1
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/TAB2.md +5 -1
- package/package.json +2 -2
package/TAB2.md
CHANGED
|
@@ -148,7 +148,7 @@ TOKEN=`curl -v -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-me
|
|
|
148
148
|
```
|
|
149
149
|
### Sample Properties
|
|
150
150
|
|
|
151
|
-
Sample Properties can be used to help you configure the adapter in the Itential
|
|
151
|
+
Sample Properties can be used to help you configure the adapter in the Itential Platform. You will need to update connectivity information such as the host, port, protocol and credentials.
|
|
152
152
|
|
|
153
153
|
```json
|
|
154
154
|
"properties": {
|
|
@@ -179,6 +179,9 @@ Sample Properties can be used to help you configure the adapter in the Itential
|
|
|
179
179
|
"client_id": "",
|
|
180
180
|
"client_secret": "",
|
|
181
181
|
"grant_type": "",
|
|
182
|
+
"auth_request_datatype": "",
|
|
183
|
+
"auth_response_datatype": "",
|
|
184
|
+
"token_response_placement": "",
|
|
182
185
|
"sensitive": [],
|
|
183
186
|
"sso": {
|
|
184
187
|
"protocol": "",
|
|
@@ -203,6 +206,7 @@ Sample Properties can be used to help you configure the adapter in the Itential
|
|
|
203
206
|
"endpoint": "",
|
|
204
207
|
"proxy": "",
|
|
205
208
|
"proxyagent": "",
|
|
209
|
+
"use_proxy_for_initial_auth": false,
|
|
206
210
|
"externalId": ""
|
|
207
211
|
}
|
|
208
212
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-amazon_route53",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"description": "This adapter integrates with system described as: Amazon Route53.",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"systemName": "Amazon AWS Route53",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"author": "Itential",
|
|
51
51
|
"homepage": "https://gitlab.com/itentialopensource/adapters/adapter-amazon_route53#readme",
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@itentialopensource/adapter-utils": "6.0.
|
|
53
|
+
"@itentialopensource/adapter-utils": "6.0.3",
|
|
54
54
|
"acorn": "8.14.1",
|
|
55
55
|
"ajv": "8.17.1",
|
|
56
56
|
"axios": "1.12.2",
|