-1

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.
Donnald Cucharo
  • 3,866
  • 1
  • 10
  • 17
Mark Wagner
  • 1,011
  • 6
  • 11

1 Answers1

1

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
  • 326
  • 2
  • 4