All Questions

Filter by
Sorted by
Tagged with
2 votes
2 answers
811 views

How do you assign storage permissions to a group of GCP service accounts?

How does one assign Google Cloud Storage bucket permissions to a group of users? There's no bucket-level permissions that can be specified in roles, and there's no way to create a group as far as I ...
Charlie's user avatar
  • 181
1 vote
1 answer
112 views

Transfer 200GB from client using Google Cloud

I have a client who wishes to transfer 200GB of sensitive data to us. I would like them to upload this data to a GCloud bucket. What is the best way to set up an external user to have access to a ...
Omroth's user avatar
  • 207
1 vote
1 answer
1k views

Unable to access GCS Object with storage.objects.get

I have a bucket with uniform permissions (no object level ACLs) and my account has the Owner role on the project which should give full access to all resources. I have even tried adding Storage Admin /...
jtbry's user avatar
  • 31
0 votes
1 answer
19k views

Access denied (SA doesn't have storage.objects.create access) when trying to upload using a preSigned url to google cloud storage

Having issues trying to allow a client to upload a file via a presigned url. Error received <?xml version='1.0' encoding='UTF-8'?> <Error> <Code>AccessDenied</Code> <Message&...
James's user avatar
  • 1
0 votes
1 answer
77 views

Compute Engine: Restricting SSH usernames

I want to use OS Login with GCP because we use IAM for scoping access to all other resources within GCP (storage buckets, SQL, Redis, etc.). I understand how to restrict users from accessing machines ...
fuzzybear3965's user avatar
0 votes
0 answers
180 views

Google cloud function - Unable to deploy

I have lots of cloud function deployed and working fine. (I am the project owner) Now I am not able to deploy any function and keep on getting this error - ERROR: gcloud crashed (ConnectionError): ('...
Rajesh bhardwaj's user avatar
0 votes
1 answer
475 views

GCP deployment to create storage bucket fails on missing storage.buckets.get access

I want to create a cloud storage bucket programatically using deployment manager, but the deployment fails with the following error: ERROR: (gcloud.deployment-manager.deployments.create) Error in ...
Carlos Rodriguez's user avatar
-1 votes
2 answers
690 views

Allow multiple service accounts to access multiple storage buckets

I have some devices, and each will be handled to the customers. I need each device to have read-access to some Google Cloud storage buckets. I would like each of device (or at least each customer) to ...
Hugal31's user avatar
  • 99