We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems to be that it doesn't support role?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
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.
Successfully merging a pull request may close this issue.
It seems to be that it doesn't support role?
The text was updated successfully, but these errors were encountered: