IntegrationsArgo CD
Verify the Argo CD Integration
Confirm Argo CD connectivity and read-only application visibility.
Verify the Argo CD integration from the IncidentFlow application and from an MCP client.
Check the IncidentFlow application
Open IncidentFlow → Integrations and select Argo CD. The expected state is:
- connection status: Connected;
- the Argo CD version is detected;
- the expected applications are visible.
Verify through MCP
Call argocd_connection_health and confirm a healthy response:
Expected output
argocd_connection_health:
status: connected
healthy: trueThen call argocd_list_applications to confirm application visibility, and
argocd_get_sync_history for a known application to confirm history access.
Verification checklist
- IncidentFlow shows Argo CD as connected.
- The Argo CD version is detected.
- Expected applications are listed.
- Sync and deployment history is readable.
- The Argo CD account has read-only RBAC.