IntegrationsArgo CD
Configure the Argo CD Integration
Scope projects and confirm read-only, Secret-omitting access for Argo CD.
Configure which Argo CD applications IncidentFlow may read and confirm that access stays read-only.
Core settings
| Setting | Description | Required |
|---|---|---|
| Server URL | Argo CD API server URL. | Yes |
| API token | Read-only token used to query Argo CD. | Yes |
| Project scope | Argo CD projects IncidentFlow may read. | Recommended |
| Verify TLS | Whether to verify the Argo CD server certificate. | Recommended |
RBAC scope
The Argo CD account must have a read-only RBAC policy — permission to get and list applications, resources, and history, and nothing more. IncidentFlow never syncs, rolls back, or modifies applications.
Response safety
Argo CD responses are shaped for safety: resource manifest bodies and Secret data are omitted, so IncidentFlow surfaces status and history without exposing sensitive resource contents.
Apply changes
Update the server URL, token, or project scope in IncidentFlow → Integrations → Argo CD, then re-run verification.