cloudbeat
cloudbeat copied to clipboard
[CSPM][GCP] 403 Error When Fetching Organization Information
Describe the bug When installing CSPM GCP using either manual installation or Cloud Shell, Cloudbeat logs the following error:
[elastic_agent.cloudbeat][error] error fetching GCP Org: organizations/992493199029, error: googleapi: Error 403: Permission 'resourcemanager.organizations.get' denied on resource '//cloudresourcemanager.googleapis.com/organizations/992493199029' (or it may not exist).
Details:
[
{
"@type": "type.googleapis.com/google.rpc.ErrorInfo",
"domain": "cloudresourcemanager.googleapis.com",
"metadata": {
"permission": "resourcemanager.organizations.get",
"resource": "organizations/992493199029"
},
"reason": "IAM_PERMISSION_DENIED"
}
]
, forbidden
To Reproduce
- Install CSPM GCP integration.
- Deploy an agent.
- Check the logs.
Related links