This repository has been archived by the owner on Jan 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 189
REVOKE ALL on AWS RDS instances #19
Comments
krogon-dp
changed the title
REVOKE ALL on RDS instances
REVOKE ALL on AWS RDS instances
Oct 19, 2017
krogon-dp
added a commit
to krogon-dp/terraform-provider-mysql
that referenced
this issue
Oct 20, 2017
@katbyte We hit same issue. Would you please review commit at krogon-dp@eed09ba? |
We had this same issue as well. That commit looks like a great solution. LGTM! |
+1. I opened this issue as well. |
Facing the same problem..... |
+1 Any plan of releasing Fixes terraform-providers#19 … ? |
This issue still exists and is a blocker to any editing grants or removing any user on AWS RDS/Aurora databases. The root of the issue is It should be noted that |
Potential fix: #73 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, Is there any specific reason this provider uses
REVOKE ALL
statement?https://github.com/terraform-providers/terraform-provider-mysql/blob/master/mysql/resource_grant.go#L120
Once this command is OK when used with specified database name, RDS does not like this when used with
*
all databases.Why not to remove the same privileges that resource is holding?
The text was updated successfully, but these errors were encountered: