Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
orishoshan committed Nov 20, 2023
1 parent ecac0b0 commit 45fc92d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quickstart/access-control/aws-iam-eks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,11 @@ You may also manually configure your cluster.
```

In this example, `C90DC306FCDDFFD362B58B0D28D844CB` is your OpenIDConnect provider ID.
For the `credentials-operator`, substitute `system:serviceaccount:otterize-system:intents-operator-controller-manager` with `system:serviceaccount:otterize-system:credentials-operator-controller-manager.
For the `credentials-operator`, substitute `system:serviceaccount:otterize-system:intents-operator-controller-manager` with `system:serviceaccount:otterize-system:credentials-operator-controller-manager`.


3. Create IAM policies for these two roles.
They should grant access to all `iam` permissions in the account, and a subset of `organizations` permissions. Here's an example:
They should grant access to all `iam` permissions in the account, and a subset of `organizations` and `ec2` and `eks` permissions. Here's an example:
```yaml
Statement:
- Effect: Allow
Expand Down

0 comments on commit 45fc92d

Please sign in to comment.