Adding the wildcard permission storage.objects.* was not allowed when creating a custom role for the storage SA in GCP (tested in two different GCP accounts).
"ERROR: (gcloud.iam.roles.create) INVALID_ARGUMENT: Permission storage.objects.* is not valid."
It worked when I listed all individual storage.objects:
Page: Creating a new data broker in Google Cloud
Hi,
Adding the wildcard permission storage.objects.* was not allowed when creating a custom role for the storage SA in GCP (tested in two different GCP accounts).
"ERROR: (gcloud.iam.roles.create) INVALID_ARGUMENT: Permission storage.objects.* is not valid."
It worked when I listed all individual storage.objects:
storage.objects.create storage.objects.delete storage.objects.get storage.objects.getIamPolicy storage.objects.list storage.objects.setIamPolicy storage.objects.update
Thanks Holger