Add support for AWS Secrets Manager in EKS

We’ve added support for using secrets from AWS Secrets Manager in EKS clusters. This support is optional and disabled by default.

When enabled, two extra components will be deployed on the cluster: the Secrets Store CSI driver and the AWS Secrets Manager provider. With those, developers will be able to automatically mount and use secrets from Secrets Manager in their Pods.

To know more on how to use this feature, head to our documentation repository.