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
posta un anno fa301 visualizzazioni
1 Risposta
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
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande