Skip to content

Commit 3278eea

Browse files
Update integration-manifest.json
1 parent 6591286 commit 3278eea

File tree

1 file changed

+49
-42
lines changed

1 file changed

+49
-42
lines changed

integration-manifest.json

Lines changed: 49 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,13 @@
2929
},
3030
"Properties": [
3131
{
32-
"Name": "allowInvalidCert",
33-
"DisplayName": "Allow Invalid Cert on A10 Management API",
34-
"Type": "Bool",
35-
"DependsOn": "",
36-
"DefaultValue": "true",
37-
"Required": true
32+
"Name": "allowInvalidCert",
33+
"DisplayName": "Allow Invalid Cert on A10 Management API",
34+
"Type": "Bool",
35+
"DependsOn": "",
36+
"DefaultValue": "true",
37+
"Required": true,
38+
"Description": "Boolean value specifying whether to allow connections to the A10 vThunder management API when it presents an invalid or self-signed SSL/TLS certificate. Set to true to bypass certificate validation for AXAPI connections."
3839
}
3940
],
4041
"EntryParameters": [],
@@ -64,52 +65,58 @@
6465
},
6566
"Properties": [
6667
{
67-
"Name": "OrchToScpServerIp",
68-
"DisplayName": "Orch To Scp Server Ip",
69-
"Type": "String",
70-
"DependsOn": "",
71-
"DefaultValue": "",
72-
"Required": true
68+
"Name": "OrchToScpServerIp",
69+
"DisplayName": "Orch To Scp Server Ip",
70+
"Type": "String",
71+
"DependsOn": "",
72+
"DefaultValue": "",
73+
"Required": true,
74+
"Description": "IP address or hostname of the SCP server that the Universal Orchestrator will connect to for uploading certificate files. This SCP server acts as an intermediary storage location before the A10 device retrieves the certificates."
7375
},
7476
{
75-
"Name": "ScpPort",
76-
"DisplayName": "Port Used For Scp",
77-
"Type": "String",
78-
"DependsOn": "",
79-
"DefaultValue": "",
80-
"Required": true
77+
"Name": "ScpPort",
78+
"DisplayName": "Port Used For Scp",
79+
"Type": "String",
80+
"DependsOn": "",
81+
"DefaultValue": "",
82+
"Required": true,
83+
"Description": "TCP port number used for SSH/SCP connections to the SCP server. Typically port 22 for standard SSH/SCP operations."
8184
},
8285
{
83-
"Name": "ScpUserName",
84-
"DisplayName": "UserName Used For Scp",
85-
"Type": "Secret",
86-
"DependsOn": "",
87-
"DefaultValue": "",
88-
"Required": true
86+
"Name": "ScpUserName",
87+
"DisplayName": "UserName Used For Scp",
88+
"Type": "Secret",
89+
"DependsOn": "",
90+
"DefaultValue": "",
91+
"Required": true,
92+
"Description": "Username credential for authenticating to the SCP server. This account must have write permissions to the target directory path specified in the certificate store configuration. Supports PAM integration for secure credential retrieval."
8993
},
9094
{
91-
"Name": "ScpPassword",
92-
"DisplayName": "Password Used For Scp",
93-
"Type": "Secret",
94-
"DependsOn": "",
95-
"DefaultValue": "",
96-
"Required": true
95+
"Name": "ScpPassword",
96+
"DisplayName": "Password Used For Scp",
97+
"Type": "Secret",
98+
"DependsOn": "",
99+
"DefaultValue": "",
100+
"Required": true,
101+
"Description": "Password credential for authenticating to the SCP server. Used in conjunction with ScpUserName for SSH/SCP authentication. Supports PAM integration for secure credential retrieval."
97102
},
98103
{
99-
"Name": "A10ToScpServerIp",
100-
"DisplayName": "A10 Device To Scp Server Ip",
101-
"Type": "String",
102-
"DependsOn": "",
103-
"DefaultValue": "",
104-
"Required": true
104+
"Name": "A10ToScpServerIp",
105+
"DisplayName": "A10 Device To Scp Server Ip",
106+
"Type": "String",
107+
"DependsOn": "",
108+
"DefaultValue": "",
109+
"Required": true,
110+
"Description": "IP address or hostname that the A10 vThunder device uses to connect to the SCP server for retrieving certificate files. This may differ from OrchToScpServerIp due to network topology, routing, or firewall configurations where the A10 device and orchestrator access the SCP server through different network paths."
105111
},
106112
{
107-
"Name": "allowInvalidCert",
108-
"DisplayName": "Allow Invalid Cert on A10 Management API",
109-
"Type": "Bool",
110-
"DependsOn": "",
111-
"DefaultValue": "true",
112-
"Required": true
113+
"Name": "allowInvalidCert",
114+
"DisplayName": "Allow Invalid Cert on A10 Management API",
115+
"Type": "Bool",
116+
"DependsOn": "",
117+
"DefaultValue": "true",
118+
"Required": true,
119+
"Description": "Boolean value specifying whether to allow connections to the A10 vThunder management API when it presents an invalid or self-signed SSL/TLS certificate. Set to true to bypass certificate validation for AXAPI connections used during the certificate installation process."
113120
}
114121
],
115122
"EntryParameters": [],

0 commit comments

Comments
 (0)