Skip to content

Commit

Permalink
docs(EKS): Fix ArgoCD management role AssumeRole policy for IRSA
Browse files Browse the repository at this point in the history
  • Loading branch information
xakraz committed Mar 9, 2024
1 parent 542890f commit 7d91f31
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 7d91f31

Please sign in to comment.