terraform-provider-redshift icon indicating copy to clipboard operation
terraform-provider-redshift copied to clipboard

RBAC/Role support

Open mikemlg opened this issue 2 years ago • 2 comments

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

mikemlg avatar Oct 07 '22 04:10 mikemlg

~~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 avatar Jan 16 '23 14:01 winglot

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.

jimmymaise avatar Feb 03 '23 07:02 jimmymaise