Redshift-Cluster User Auto-Create

1

We are using SAML identity provider for user authentication. We have created an IAM role through which we could access the Query Editor, but the user is not created afterwards. How to auto create user while logging into Redshift cluster?

We have added the following policy to the role as well "Effect": "Allow", "Action": "redshift:CreateClusterUser", "Resource": "arn:aws:redshift:us-east-1:AccountNumber:cluster:cluster-name/${redshift:DbUser}"

sravan
asked a year ago292 views
1 Answer
0

In the SAML attribute mappings you need to have

https://redshift.amazon.com/SAML/Attributes/AutoCreate

set to

True

If this parameter is set, new users authenticated by the IdP are automatically created in Amazon Redshift

profile pictureAWS
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions