hoping someone in here can help, having issues with gitlab using google cloud storage keep getting the error that my service account does not have storage.objects.create access to the Google Cloud Storage object" but yet looking at the IAM and storage permission it very much does have storage.objects.create role
Solved! Go to Solution.
Already did that, did not fix the issue!!
Could you please verify the following permissions as shown in the Gitlab - Object storage - Google Cloud Storage (GCS) documentation?
If you use Google Cloud Application Default Credentials (ADC), be sure that:
- The service account that you use has the
iam.serviceAccounts.signBlob
permission. Typically this is done by granting theService Account Token Creator
role to the service account.- Your virtual machines have the correct access scopes to access Google Cloud APIs. If the machines do not have the right scope
Already did that, did not fix the issue!!