Is it possible to permission specific resources to specific users on Google Cloud?

1/13/2021

Is it possible to permission specific resources to specific users?

Example:

  • I want John Doe to only be able to modify one specific cluster, but not any other clusters.
  • I want Jane Doe to be able to write to certain buckets but not all buckets.
-- Mark Wagner
gcloud
google-cloud-iam
kubernetes

1 Answer

1/14/2021

Yes it is possible to be able to limit access to specific resources. This can be done through IAM. Here is a great place to start that explains how this is done: https://cloud.google.com/iam/docs/overview

-- Brad McCoy
Source: StackOverflow