Skip to content

Commit

Permalink
Update aws-iam-eks.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
orishoshan authored Dec 20, 2023
1 parent f89e775 commit 58d35df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/quickstart/access-control/aws-iam-eks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,11 @@ api error AccessDenied: Access Denied

### Label the server pod to create an AWS IAM role
Label the server `Pod` so that the Otterize credentials operator creates an AWS IAM role for it and binds its Kubernetes ServiceAccount to the newly created role.
```yaml
metadata:
labels:
credentials-operator.otterize.com/create-aws-role: "true"
```
To do this, we won't be annotating the `Pod` directly, but instead patching the `template` attribute of the `Deployment` we created earlier so that it updates the `Pod`.

Expand Down

0 comments on commit 58d35df

Please sign in to comment.