-
Notifications
You must be signed in to change notification settings - Fork 427
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
snowflake_account_grant unable to grant MONITOR privilege #1298
Comments
this one is confusing. while you can issue the following grant statement, the documentation does not mention MONITOR privlige that can be granted on an account. this works: grant monitor on account to role some_role; |
@marcincuber hello and thank you for your patience in receiving your request. In the Snowflake documentation
So the permission you are looking for would either be Please let me know if there is anything else I can help you with, otherwise I will close this Issue. <style> </style>
|
@sfc-gh-swinkler thanks for providing all the information. However, this is still not answering If all the information you provided above are correct then that is fine. But how do I attach Apologies as I should have provided this image when creating this issue to speed up the process. |
I was surprised to find out that you are correct, there does appear to be undocumented global account privileges. Including the monitor privilege there are also:
I will make the requisite changes and get this fixed by the next release. I have also reached out to our documentation specialist to update the Snowflake documentation. Thank you for bringing this to our attention. |
@sfc-gh-swinkler thanks for confirming. It would be great to get a snowflake provider able to handle all the values and only make |
Just letting you know that the fix was released as part of 0.55 #1464 |
Hi @sfc-gh-swinkler Block I used
|
Hello @marcincuber. I was not able to replicate your issue. Code block:
In the verbose logs i see that the role was correctly given access:
And then when i do a |
Hey 👋 Resources Data sources |
Provider Version
0.47
Terraform Version
1.3
Describe the bug
Failing to create resource:
Expected behavior
Should work and grant Monitor permission to a role
Additional context
Error shown:
Looks like provider issue as I can grant that permission just fine in the UI.
The text was updated successfully, but these errors were encountered: