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
質問済み 1年前301ビュー
1回答
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
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ