I’m having trouble creating a cluster on GCP due to insufficient permissions. Ray Cluster is attempting to create a GCP IAM service account, but it needs permission to create service accounts. I currently have an Editor role that allows me to create a Ray node manually. However, only GCP project owners have the ability to adjust permissions by default.
It is possible to utilize an existing service account credentials located in ~/.config/gcloud/application_default_credentials.json
and created by the command gcloud auth application-default login
?
Additionally, may I inquire about the primary motivation for creating a distinct IAM role, other than fundamental security considerations?