Skip to content
New issue

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

Update GCP guide with new permissions required to deploy databricks_mws_networks #1999

Merged
merged 1 commit into from
Feb 16, 2023

Conversation

alexott
Copy link
Contributor

@alexott alexott commented Feb 14, 2023

Without these 3 permissions I couldn't create a MWS network

@alexott alexott requested review from nkvuong and a team February 14, 2023 15:39
Copy link
Contributor

@nkvuong nkvuong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just a comment on what our official doc says, but a more restricted set of IAM permissions is definitely better

"serviceusage.services.enable",
"compute.networks.get",
"compute.projects.get",
"compute.subnetworks.get",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apparently, our official doc just asked for either Owner (roles/owner), or Editor (roles/editor) and Project IAM Admin (roles/resourcemanager.projectIamAdmin)...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants