|
29 | 29 | }, |
30 | 30 | "Properties": [ |
31 | 31 | { |
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." |
38 | 39 | } |
39 | 40 | ], |
40 | 41 | "EntryParameters": [], |
|
64 | 65 | }, |
65 | 66 | "Properties": [ |
66 | 67 | { |
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." |
73 | 75 | }, |
74 | 76 | { |
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." |
81 | 84 | }, |
82 | 85 | { |
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." |
89 | 93 | }, |
90 | 94 | { |
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." |
97 | 102 | }, |
98 | 103 | { |
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." |
105 | 111 | }, |
106 | 112 | { |
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." |
113 | 120 | } |
114 | 121 | ], |
115 | 122 | "EntryParameters": [], |
|
0 commit comments