Wiz Troubleshooting and Validation
This section provides guidance to validate and troubleshoot your Wiz integration with SailPoint Entro.
Navigation Path
Management → Accounts & Integrations → Target Service filter → Wiz
Validation Steps
-
Access the Wiz integration page
In the SailPoint Entro Dashboard, navigate to Management → Accounts & Integrations → Wiz.
-
Confirm connection status
Confirm that connection status shows Verified.
-
Validate data ingestion
Validate that DSPM findings and correlated NHIs appear in the Findings and Inventory tabs.
Command-Line Verification (Optional)
You can manually validate Wiz API connectivity using the following command:
```bash
curl -X POST https://api.us.app.wiz.io/graphql -H "Content-Type: application/json" -H "Authorization: Bearer <ACCESS_TOKEN>" -d '{"query": "{projects {id name}}"}'
```
Expected Output: A JSON object listing Wiz projects accessible with your Service Account credentials.
Common Issues and Resolutions
| Issue | Possible Cause | Resolution |
|---|---|---|
| Authentication failed | Invalid Client ID or Secret | Regenerate credentials in Wiz and update SailPoint Entro configuration |
| Permissions error | Missing required scopes | Ensure Service Account has read:data_findings, create:reports, read:reports |
| No DSPM data found | Report not generated or expired | Regenerate reports within Wiz |
| Connection timeout | Network or API endpoint restrictions | Verify connectivity to Wiz API endpoint |