-2

I have a service account that should only have access to a single instance of Cloud SQL. In GCP, I've been trying to create a role with conditional access to the instance.

The instance name of the DB is test-sandboxy, and I've taken a screenshot of how I'm trying to create the role condition. enter image description here

Is there a prefix that I need to put on the name? Or is there a directory where I can look up resource names?

CallMeNorm
  • 129
  • 4

1 Answers1

3

Google Cloud SQL does not support conditional role bindings.

Resource types that accept conditional role bindings

John Hanley
  • 4,287
  • 1
  • 9
  • 20