Enable permissions to access GCR
Prerequisites to enabling GCR permissions
Enable the Cloud Resources Manager API for the Google account you plan on integrating with Snyk.
From the relevant project in Google, ensure you have created a service account for this Snyk integration.
Steps in enabling GCR permissions
Go to the Google Cloud Platform Console Credentials page, select the Project that you want to integrate with, and then select setting up a new service account key.
From the view that opens choose the service account from the dropdown list that you created for this integration and configure a new key for that account with these values:
Service account name - assign a unique name for the account to help you remember its uses later on.
Role - Storage Object Viewer (roles/storage.objectViewer)
Service account ID - leave empty
Key type - JSON
Click Create to generate the key for your Project.
Copy the entire contents of the JSON file.
Save the data you copied to paste it when configuring integration for GCR.
Last updated