@cryptotaxi247 / CoPilot / commits / d7e06908

fix: update descriptions for Wazuh worker and HA Proxy load balancer in CustomerProvisionWizard (#623)

taylor_socfortress committed Jan 23, 2026 at 08:40 UTC d7e06908a9fe8638044497405afda152b3a5440f
1 file changed +2 -2
frontend/src/components/customers/provision/CustomerProvisionWizard.vue
+2 -2
@@ -154,7 +154,7 @@
154 <n-switch v-model:value="form.provision_wazuh_worker" clearable />
155 </n-form-item>
156 <div class="mt-2 text-sm text-gray-500">
157 - Deploys a Wazuh worker node to collect and process security events from agents. The worker connects to the Wazuh master and forwards logs to the indexer.
157 + Multi-tenancy (SOCFortress Pro Services only): Deploys a dedicated worker used in SOCFortress-managed multi-tenant Wazuh environments. Leave off for single-tenant deployments.
158 </div>
159 </n-card>
160 <n-card class="grow">
@@ -166,7 +166,7 @@
166 />
167 </n-form-item>
168 <div class="mt-2 text-sm text-gray-500">
169 - Deploys an HA Proxy load balancer to distribute agents connections across multiple Wazuh workers. Provides high availability and fault tolerance for agent communication.
169 + Multi-tenancy (SOCFortress Pro Services only): Deploys the load balancer used to route agent connections across multi-tenant Wazuh workers for high availability. Leave off for single-tenant deployments.
170 </div>
171 </n-card>
172 </div>