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

redshift_grant resource does not support granting privileges to users #23

Closed
viktorradnai opened this issue Sep 21, 2021 · 3 comments
Closed
Labels
enhancement New feature or request

Comments

@viktorradnai
Copy link

The redshift_grant resource (https://registry.terraform.io/providers/brainly/redshift/latest/docs/resources/grant) currently only supports grants to groups, even though the equivalent native Redshift GRANT statement (https://docs.aws.amazon.com/redshift/latest/dg/r_GRANT.html) supports both groups and users.

@winglot winglot added the enhancement New feature or request label Sep 21, 2021
@piyush-daga
Copy link

Hi, just wanted to know if there's a timeline for this enhancement? Thanks.

@winglot
Copy link
Member

winglot commented Dec 30, 2021

Hi sorry for the late reply. We have this in our backlog but currently no ETA. We manage users by organizing them in groups and assigning privileges to groups rather than individuals. That's why this currently has low priority.

If anyone wants to work on this in the future, please share the information here so we do not duplicate the work (in case I start working on that too).

@winglot
Copy link
Member

winglot commented Feb 15, 2022

User support has been added to redshift_grant and redshift_default_privileges resources. The changes are already in the master branch and will be included in the next release.

@winglot winglot closed this as completed Feb 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants