Michael Natkin
11/08/2024, 12:23 AMprefect work-pool create --type cloud-run:push --provision-infra ringmaster-cloud-run
and getting
Setting default Docker build namespace
Creating service account
Assigning roles to service account
Provisioning Infrastructure ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 67% 0:00:02
Failed to provision infrastructure: Error assigning roles to service account. Please ensure you have the necessary permissions.
I've made sure that my account has the permissions listed here, and also taken my own stab at guessing what other permissions might be missing from that list, and of course asked chatgpt to opine. I also tried seeing if this command would take --verbose or --debug, no such luck. Any advice would be super appreciated!Chris White
PREFECT_DEBUG_MODE=1 prefect work-pool create --type cloud-run:push --provision-infra ringmaster-cloud-run
and see if that displays more information?
Also, I think this would benefit from being opened as a GitHub issue so that other people who search for this error can get help. It'd be great if you could create a new issue! 🙏Michael Natkin
11/08/2024, 2:26 AMMichael Natkin
11/08/2024, 7:41 PMChris White