Search code examples
google-cloud-platformgoogle-iam

cannot add role on service account GCP IAM


I am trying to add role cloud sql client to my service account but got this warning Utilization analysis for this binding has not been processed.

because of this i unable to use the service account for my application

how i fix this?


Solution

  • You must be seeing ? icon which shows: "Utilization analysis for this binding has not been processed". It is not a warning, and probably not the reason for your issue. Check this

    For newly created service accounts (managed by google) Utilization analysis is calculated after 90 days, after which it gives recommendations on Permissions that are not needed for that service account ie. Analyzed Permissions.