Skip to content

Commit

Permalink
docs(EKS): Fix ArgoCD management role AssumeRole policy for IRSA (arg…
Browse files Browse the repository at this point in the history
…oproj#17455)

Signed-off-by: Xavier Krantz <xakraz@gmail.com>
Signed-off-by: Mangaal <angommeeteimangaal@gmail.com>
  • Loading branch information
xakraz authored and Mangaal committed Mar 14, 2024
1 parent a4177bc commit f38cbd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/operator-manual/declarative-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -670,9 +670,9 @@ extended to allow assumption of multiple roles, either as an explicit array of r
"Statement" : {
"Effect" : "Allow",
"Action" : "sts:AssumeRole",
"Principal" : {
"AWS" : "<arn:aws:iam::<AWS_ACCOUNT_ID>:role/<IAM_ROLE_NAME>"
}
"Resource" : [
"<arn:aws:iam::<AWS_ACCOUNT_ID>:role/<IAM_ROLE_NAME>"
]
}
}
```
Expand Down

0 comments on commit f38cbd8

Please sign in to comment.