JupiterOne-Archives / integrations-2021-07-16

JupiterOne integration development documentation and issue tracking
0 stars 2 forks source link

Make it possible to test the permissions required to run the GCP integration #23

Open ndowmon opened 3 years ago

ndowmon commented 3 years ago

Recently it came to our attention that the roles/iam.securityViewer role that we tell customers to provision for their environment did not have the required permission to make one of the integration's API calls to /v1/projects/{projectId}. We should have a good method to test all of the integration's endpoints with the explicitly defined permissions that we list for users in docs/development.md.

See JupiterOne/graph-google-cloud#46