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 #593

Closed
wconti1017 opened this issue Jun 30, 2021 · 3 comments
Labels
bug Used to mark issues with provider's incorrect behavior

Comments

@wconti1017
Copy link

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 added the bug Used to mark issues with provider's incorrect behavior label Jun 30, 2021
@alldoami
Copy link
Contributor

What version of the provider are you using? We have gotten rid of the ALL grant because it was too difficult to maintain.

@alldoami
Copy link
Contributor

#318

@wconti1017
Copy link
Author

@alldoami I've opened an issue on the cztack repository, as the bug is not on the terraform provider. I am closing this one.

@alldoami alldoami closed this as completed Jul 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Used to mark issues with provider's incorrect behavior
Projects
None yet
Development

No branches or pull requests

2 participants