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 個回答
2
已接受的答案

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
專家
已回答 5 個月前
profile picture
專家
已審閱 3 天前
  • 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

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南