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
I currently see that component specs with AWS integrations dont have support IRSA (IAM Roles for Service Account), rather we are expected to plug in the secret and access keys as part of the deployment for example like below and this basically increases the blast radius and also exposes keys to operator of the EKS Cluster. Appreciate if you can provide support for IRSA with all AWS Components implementation.
Hey @elamaran11 - good issue, just this isn't for quickstarts but rather for dapr/components-contrib repo. Quickstarts don't do anything cloud specific at all.
I took a look at components-contrib and feel this is well tracked by this pinned issue. Let's use it instead: dapr/components-contrib#2178
Describe the feature
Team -
I currently see that component specs with AWS integrations dont have support IRSA (IAM Roles for Service Account), rather we are expected to plug in the secret and access keys as part of the deployment for example like below and this basically increases the blast radius and also exposes keys to operator of the EKS Cluster. Appreciate if you can provide support for IRSA with all AWS Components implementation.
The text was updated successfully, but these errors were encountered: