@@ -181,19 +181,6 @@ This orchestrator extension automates the process of uploading, inventorying, an
181181
182182---
183183
184- ##### ⚙️ Configuration Fields
185-
186- | Name | Display Name | Description | Type | Required |
187- | -------------------| -------------------------------| --------------------------------------------------------------| --------| ----------|
188- | OrchToScpServerIp | Orch To Scp Server IP | IP from the orchestrator to the SCP Linux server | String | ✅ |
189- | ScpPort | Port Used For SCP | Port used to connect to the SCP server | String | ✅ |
190- | ScpUserName | Username Used For SCP | Username for SCP access on the Linux server | Secret | ✅ |
191- | ScpPassword | Password Used For SCP | Password for SCP access on the Linux server | Secret | ✅ |
192- | A10ToScpServerIp | A10 Device To SCP Server IP | IP used by the A10 device to reach the SCP server (can be private) | String | ✅ |
193- | allowInvalidCert | Allow Invalid Cert on A10 API | If true, allows self-signed/untrusted certs for A10 API access | Bool | ✅ (default: true) |
194-
195- ---
196-
197184##### 📡 API Call Example (From A10 Device)
198185
199186``` http
@@ -461,7 +448,16 @@ TODO Certificate Store Configuration is an optional section. If this section doe
461448
462449<details><summary>A10 Thunder Management Certificates (ThunderMgmt)</summary>
463450
464- TODO Certificate Store Configuration is an optional section. If this section doesn' t seem necessary on initial glance, please delete it. Refer to the docs on [Confluence](https://keyfactor.atlassian.net/wiki/x/SAAyHg) for more info
451+ ### ⚙️ Configuration Fields
452+
453+ | Name | Display Name | Description | Type | Required |
454+ |-------------------|-------------------------------|--------------------------------------------------------------|--------|----------|
455+ | OrchToScpServerIp | Orch To Scp Server IP | IP from the orchestrator to the SCP Linux server | String | ✅ |
456+ | ScpPort | Port Used For SCP | Port used to connect to the SCP server | String | ✅ |
457+ | ScpUserName | Username Used For SCP | Username for SCP access on the Linux server | Secret | ✅ |
458+ | ScpPassword | Password Used For SCP | Password for SCP access on the Linux server | Secret | ✅ |
459+ | A10ToScpServerIp | A10 Device To SCP Server IP | IP used by the A10 device to reach the SCP server (can be private) | String | ✅ |
460+ | allowInvalidCert | Allow Invalid Cert on A10 API | If true, allows self-signed/untrusted certs for A10 API access | Bool | ✅ (default: true) |
465461
466462
467463
0 commit comments