We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
during execution of :
gcloud projects add-iam-policy-binding $PROJECT_ID --member="serviceAccount:$LIST_PROJECTS_SERVICE_ACCOUNT" --role="roles/compute.browser"
I got output :
(gcloud.projects.add-iam-policy-binding) INVALID_ARGUMENT: Role roles/compute.browser is not supported for this resource.
Is it correct configuration ?
The text was updated successfully, but these errors were encountered:
I'm having the same problem. ¿Does anyone have a solution for this error?
Sorry, something went wrong.
did you tried :
--role="roles/browser" instead of --role="roles/compute.browser"?
No branches or pull requests
during execution of :
I got output :
Is it correct configuration ?
The text was updated successfully, but these errors were encountered: