Connector Troubleshooting
Common connector issues, root causes, and step-by-step solutions for diagnosing and resolving connectivity problems in Harness 3.0.
Connector failures block pipeline execution, and the underlying cause is usually a credential, network, permission, or delegate problem. This topic groups the most common connector issues by symptom, explains the root cause of each, and gives you the commands and checks needed to confirm and resolve it.
Failed connection
A Failed status on a connector indicates that the most recent connection test did not succeed. The following are the most common root causes and their solutions.
Pipeline vs test failures
In some cases, a connector test succeeds in the UI but fails during pipeline execution, or the reverse. This discrepancy occurs for several reasons.
Not found errors
A Connector not found error during pipeline execution indicates that the referenced connector cannot be resolved.
Rate limiting
External services such as GitHub and GitLab impose API rate limits that affect connector operations, especially during periods of high pipeline activity.
Kubernetes issues
Kubernetes connector issues are among the most common troubleshooting scenarios, and most trace back to certificates, token expiry, or cluster RBAC.
Cloud authentication failures
Cloud provider connectors fail most often because of trust policy, region, or project scoping problems rather than invalid credentials. Use the following entries to isolate the cause by provider.
Diagnostic steps
Follow these steps in order to isolate a connector problem systematically, from the Harness UI down to the credential itself.
Escalate to Harness Support
If you complete all diagnostic steps and the issue persists, collect the following information before you escalate to Harness Support:
The connector type and identifier.
The exact error message.
Delegate logs from the time of the failure.
Network diagnostic results.
The pipeline execution ID, if the failure occurred during a pipeline run.
Last updated
Was this helpful?