You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: daprdocs/content/en/operations/hosting/kubernetes/cluster/setup-eks.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,27 @@ You should see the following response:
113
113
✅ Success! Dapr has been installed to namespace dapr-system. To verify, run `dapr status -k' in your terminal. To get started, go here: https://docs.dapr.io/getting-started
114
114
```
115
115
116
+
## IAM Roles for Service Accounts (IRSA)
117
+
118
+
You can attach custom annotations to the ServiceAccounts created by the `dapr_rbac` Helm subchart—useful for enabling IAM Roles for Service Accounts (IRSA) on AWS EKS.
119
+
This enables fine-grained, secure access control for Dapr components using EKS’s IRSA mechanism.
120
+
Update your Dapr Helm values files to include the following necessary annotations for the ServiceAccounts.
0 commit comments