Skip to content

Commit 8dda602

Browse files
committed
Final update to wiz-data-connector.md with auto-formatting changes
1 parent e75aad9 commit 8dda602

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exposure-management/wiz-data-connector.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ First, you need to create a service account with the required permissions to get
2929
1. Enter a meaningful **Name** for the account.
3030
1. Choose the **Type** of service account to add.
3131
1. You can select to limit access to specific projects only by choosing up to 50 projects from the drop-down list. If you aren't sure which project to choose, it's better to leave it empty.
32-
1. You can set an **Expiration date** for the service account although it's recommended to leave it empty.
32+
1. You can set an **Expiration date** for the service account although the recommendation is to leave it empty.
3333
1. Set the **API Scopes** to "Read all entities".
3434

3535
> [!Note]
@@ -70,11 +70,11 @@ Here are some common issues that might arise when configuring the Wiz Connector,
7070
| **Error Type** | **Troubleshooting Action** |
7171
| ------------------------------------------------------------ | ------------------------------------------------------------ |
7272
| **Error code 401**: Authorization failure | An authorization failure indicates that credentials might not be correct, or there might not be sufficient permissions to access the Wiz data. Check your credentials and make sure they're correct and valid. Also check that your credentials have the required permissions. See the Wiz [configuration section](#wiz-configuration) for details on how to assign the appropriate scopes. <br>You can validate your credentials by testing the authentication endpoint with your Client ID and Client Secret. |
73-
| **Error code 403:** Access forbidden error | This error indicates that the provided credentials lack the necessary permissions to run the requested APIs. Update your credentials with the proper permissions as described in the [configuration section](#wiz-configuration), and make sure they have at minimum the "Read graph resources" and "Read vulnerabilities" permissions. |
73+
| **Error code 403:** Access forbidden error | This error indicates that the provided credentials lack the necessary permissions to run the requested APIs. Update your credentials with the proper permissions as described in the [configuration section](#wiz-configuration). Make sure they have at minimum the "Read graph resources" and "Read vulnerabilities" permissions. |
7474
| **Error code 404:** Not found error | This error indicates that the requested endpoint wasn't found to be reachable. Verify that your Wiz authentication endpoint URL is correct, see the [configuration section](#wiz-configuration) for details. |
7575
| **Error code 429** 'Too many requests" | The system periodically pulls data from the configured external providers, which might have a limit on the number of concurrent requests. We recommend creating a dedicated service account for the connector to avoid reaching this limit. |
7676
| 'Temporary disconnected' or 'Temporary failure' error message | In the case where this error message appears without any additional information, verify the connector configuration (authentication endpoint URL and credentials). If the configuration is valid and the issue doesn't resolve on its own, contact Support. |
77-
| Not seeing my assets or the vulnerabilities reported by Wiz in the ingested data | See [Retrieved data](#retrieved-data) for a description of the data expected to be retrieved by the Wiz connector. If there's still missing data, contact Support. |
77+
| Not seeing my assets or the vulnerabilities reported by Wiz in the ingested data | See [Retrieved data](#retrieved-data) for a description of the expected retrieved data by the Wiz connector. If there's still missing data, contact Support. |
7878
| Wiz allowed IPs need to be configured to enable Exposure Management connectors to access Wiz | Read how to add the set of IPs to add to your allowlist here: [Allowlist IP addresses](configure-data-connectors.md#allowlist-ip-addresses). |
7979

8080
## Next steps

0 commit comments

Comments
 (0)