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

Terraform modules snowflake-XXX-grant-all should not have OWNERSHIP privileges #317

Open
wconti1017 opened this issue Jun 25, 2021 · 1 comment

Comments

@wconti1017
Copy link

wconti1017 commented Jun 25, 2021

All the terraform modules have in their privileges list the OWNERSHIP role, for example on the snowflake-warehouse-grant-all module :

"privileges": [
"MODIFY",
"MONITOR",
"OPERATE",
"OWNERSHIP",
"USAGE"
]

This is incorrect, because the actual result of the Snowflake command GRANT ALL ON WAREHOUSE TO ROLE will give the following privileges : MODIFY, MONITOR, OPERATE and USAGE.

@wconti1017 wconti1017 changed the title Terraform modules snowflake-XXX-grant-all should not have OWNERSHIP priviledges Terraform modules snowflake-XXX-grant-all should not have OWNERSHIP privileges Jun 25, 2021
@wconti1017 wconti1017 reopened this Jun 30, 2021
@TonyGaul
Copy link

I have this issue too. Please remove OWNERSHIP privileges from all "all" grants

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

No branches or pull requests

2 participants