I'm testing permissions on GCP on new project, I've created a user and gave basic storage.objects.get
and storage.objects.list
permissions and all work, but when I moved to GKE it stopped no matter how many permissions (container.clusters.*
or container.pods.*
or the role Kubernetes Engine Cluster Viewer
he can't view the resources with the error message
Can't access project settings for project <my_project> on service container.googleapis.com [view=CONSUMER_VIEW].
any thoughts what might be the issue ?
I also enabled the API services
gcloud services enable cloudresourcemanager.googleapis.com
gcloud services enable compute.googleapis.com
gcloud services enable serviceusage.googleapis.com
gcloud services enable container.googleapis.com
gcloud services enable servicemanagement.googleapis.com
gcloud services enable sql-component.googleapis.com
anyone see anything basic I'm missing ?