strapi-provider-upload-google-cloud-storage icon indicating copy to clipboard operation
strapi-provider-upload-google-cloud-storage copied to clipboard

GCP Permission - storage.buckets.get is required for the plugin to work.

Open darrenhaken opened this issue 2 years ago • 2 comments

Describe the bug

storage.buckets.get - why does it require this permission, by default we give our services Storage Object Admin as the apps control content, not the bucket itself. In order to get this plugin to work, we have had to elevate that to Storage Admin

darrenhaken avatar Jul 07 '22 13:07 darrenhaken

Hi @darrenhaken,

Feel free to submit PR update with our needed.

Thanks,

Lith avatar Jul 15 '22 12:07 Lith

@darrenhaken Found that setting skipCheckBucket: true in the plugin config seems to fix this

sorokya avatar Sep 08 '22 08:09 sorokya