@itentialopensource/adapter-azure_aks 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.
Files changed (2) hide show
  1. package/TAB2.md +4 -1
  2. package/package.json +2 -2
package/TAB2.md CHANGED
@@ -52,7 +52,7 @@ STEPS
52
52
 
53
53
  ### Sample Properties
54
54
 
55
- Sample Properties can be used to help you configure the adapter in the Itential Automation Platform. You will need to update connectivity information such as the host, port, protocol and credentials.
55
+ 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.
56
56
 
57
57
  ```json
58
58
  "properties": {
@@ -88,6 +88,9 @@ Sample Properties can be used to help you configure the adapter in the Itential
88
88
  "client_id": "replace_client_id",
89
89
  "client_secret": "replace_client_secret",
90
90
  "grant_type": "client_credentials",
91
+ "auth_request_datatype": "",
92
+ "auth_response_datatype": "",
93
+ "token_response_placement": "",
91
94
  "sensitive": [],
92
95
  "sso": {
93
96
  "protocol": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-azure_aks",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "This adapter integrates with system described as: Azure AKS.",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "3.8.0",
@@ -48,7 +48,7 @@
48
48
  "author": "Itential",
49
49
  "homepage": "https://gitlab.com/itentialopensource/adapters/adapter-azure_aks#readme",
50
50
  "dependencies": {
51
- "@itentialopensource/adapter-utils": "6.0.2",
51
+ "@itentialopensource/adapter-utils": "6.0.3",
52
52
  "acorn": "8.14.1",
53
53
  "ajv": "8.17.1",
54
54
  "axios": "1.12.2",