You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in agentless, deploying a service account for CSPM GCP organization-account ends up not fetching resources due to lack of permissions.
To Reproduce
deploy agentless in qa env
deploy CSPM GCP, pick agentless mode
open cloudshell, paste command to deploy the service account
copy the service account JSON and paste in integration installation
go to agent logs, see Permission Denied errors
Expected behavior
no permission denied errors
Additional context
fix was verified by manually granting the service account email access to the "roles/cloudasset.viewer", "roles/browser" roles on the organization level
Describe the bug
in agentless, deploying a service account for CSPM GCP
organization-account
ends up not fetching resources due to lack of permissions.To Reproduce
Expected behavior
Additional context
"roles/cloudasset.viewer", "roles/browser"
roles on the organization levelThe text was updated successfully, but these errors were encountered: