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

RBAC/Role support #87

Open
mikemlg opened this issue Oct 7, 2022 · 2 comments · May be fixed by #130
Open

RBAC/Role support #87

mikemlg opened this issue Oct 7, 2022 · 2 comments · May be fixed by #130
Labels
enhancement New feature or request

Comments

@mikemlg
Copy link

mikemlg commented Oct 7, 2022

It seems to be that it doesn't support role?

@winglot
Copy link
Member

winglot commented Jan 16, 2023

Hi, could you be more specific on what kind of role you had in mind?

For cluster connection using assume role, it is supported: https://registry.terraform.io/providers/brainly/redshift/latest/docs#authentication-using-temporary-credentials-in-cross-account-scenario

edit: I now see you meant RBAC: https://docs.aws.amazon.com/redshift/latest/dg/t_Roles.html.
This is currently not supported. I will mark this issue as a feature request.

@winglot winglot added the enhancement New feature or request label Jan 17, 2023
@winglot winglot changed the title Does it support role? RBAC/Role support Jan 17, 2023
@jimmymaise
Copy link

jimmymaise commented Feb 3, 2023

I think that Redshift is moving to use RBAC Role instead of Group. New features just support role only. Such as

Row level security: https://docs.aws.amazon.com/redshift/latest/dg/r_CREATE_RLS_POLICY.html
Dynamic masking: https://docs.aws.amazon.com/redshift/latest/dg/t_ddm.html

It could be great if we support role.

@donaldjarmstrong donaldjarmstrong linked a pull request Oct 17, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

3 participants