How can I add IDC user as an approver in approval rule template in Code Commit

0

I know we can add IAM user as an approver but how can we add it for IDC (SSO) user.

1 Resposta
2
Resposta aceita

Hello.

This can be set by using "Fully qualified ARN".
https://docs.aws.amazon.com/codecommit/latest/userguide/how-to-create-pull-request-approval-rule.html

Sign in to the AWS account where CodeCommit is located using the SSO user.
Then open CloudShell and run the following command to check the "Fully qualified ARN".

aws sts get-caller-identity

When you run the command, you will receive a response like the one below, so by setting "Arn" to "Fully qualified ARN", you can use it as an approver for approval rules.

{
    "UserId": "AROYYYYYYYYYYYYYY:riku_kobayashi",
    "Account": "111111111111",
    "Arn": "arn:aws:sts::111111111111:assumed-role/AWSReservedSSO_AdministratorAccess_yyyyyyyyyyyyy/riku_kobayashi"
}

a

profile picture
ESPECIALISTA
respondido há 5 meses
profile picture
ESPECIALISTA
avaliado há 3 dias
  • Thanks, I followed above steps and was able to approve but still getting "1 Rule not satisfied". I think its not taking my approval

  • Actually it is working now. I think it was not working for the requests which were raised before I did this change in template. Thank you for the help

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