Redshift native IdP - automatic roles creation

0

I followed this guideline to configure Redshift native IdP with AzureAD: https://aws.amazon.com/blogs/big-data/integrate-amazon-redshift-native-idp-federation-with-microsoft-azure-ad-using-a-sql-client/

This creates redshift roles based on AAD group assigned to azure enterprise application dedicated for redshift. It works fine, but it appears it also creates additional redshift roles. Basically it reads ALL AAD groups of a current user (even those that are not assigned to enterprise app) and creates a redshift role for each.

Is that by design or I misconfigured something?

Example:

  • redshift_access group is the only group assigned to Redshift's enterprise application
  • user is added to redshift_access group
  • redshift creates roles for all user's AAD groups that have nothing to do with redshift

Enter image description here

feita há um ano236 visualizações
1 Resposta
0

That is the current behavior, all groups would be auto created as roles which current user is part of. There is no option of limiting which groups you want to create.

profile pictureAWS
respondido há um ano

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas