You might encounter any of the following error messages while onboarding:
Error Messages | Resolution Steps |
---|
In the CLI app: Error creating Subnetwork: googleapi: Error 403: Permission denied on 'locations/[REGION]' (or it may not exist).
Details: LOCATION_POLICY_VIOLATED {
"@type": "type.googleapis.com/google.rpc.LocalizedMessage",
"locale": "en-US",
"message": "Permission denied on 'locations/[REGION]' (or it may not exist)."
}
| - Run the
terraform destroy command to purge the template. - Change the orchestrator in the DSPM Admin Portal.
- Download and deploy the new GCP template.
Ensure that the selected region has the necessary permissions. |
In the CLI app: Error deleting Logging Bucket Config "[BUCKET_LOCATION]/[BUCKET_NAME]": googleapi: Error 400: Only buckets in state ACTIVE can be deleted
| - In the Google Cloud console, go to the Logs Storage page.
- Restore the bucket for which the error is occurring. To learn more, refer to the Google Cloud documentation.
- Run the
terraform destroy command to purge the template.
|