datadog-operator icon indicating copy to clipboard operation
datadog-operator copied to clipboard

Feature request: Annotations for serviceAccounts

Open chrispsplash opened this issue 2 years ago • 2 comments

We, as most EKS users do, rely on IRSA roles to grant cloud perms to K8s apps. An annotation on the serviceAccount is required to link the running app to an IAM role.

It would be lovely to have this serviceAccountAnnotations feature so EKS users can migrate from the datadog Helm chart to the excellent datadog-operator 🙏

Additional environment details (Operating System, Cloud provider, etc): AWS, EKS, K8s 1.20

chrispsplash avatar Aug 23 '22 18:08 chrispsplash

I've come across this issue as well and implementing this feature will improve my current workflow for getting the Datadog Operator to work on EKS.

I believe many other users would also benefit from this enhancement, so it would be fantastic to see it implemented in the Operator. Thanks again for raising this, and fingers crossed that the Datadog team takes it into consideration for future updates!

EdwardOlmos avatar Jul 19 '23 20:07 EdwardOlmos

+1

This is very important feature, as it is crucial when enabling external checks. It should be given higher priority. Also check if feasible implementation of support for EKS Pod Identities as it is replacement for IRSA. Some of requirements for EKS Pod Identities: https://docs.aws.amazon.com/eks/latest/userguide/pod-id-minimum-sdk.html

bkalcho avatar Apr 19 '24 13:04 bkalcho

+1

This feature is also essential for us from a security perspective to enable Database Monitoring with AWS RDS. Currently, we have to use a username and password, but having this feature will help us use IAM authentication.

choco-nishant avatar Jul 18 '24 16:07 choco-nishant