viaduct-ai / kustomize-sops

KSOPS - A Flexible Kustomize Plugin for SOPS Encrypted Resources
Apache License 2.0
639 stars 82 forks source link

Support AWS `Pod Identity` #250

Closed truongnht closed 3 months ago

truongnht commented 4 months ago

Since Q3 2023, AWS introduces AWS Pod Identity which can be used alternatively to IRSA approach for EKS workloads to authenticate with AWS before its related operations. For Pod identity feature to work, one of the requirement is that certain minimum aws sdk version should be used.

Our ask is to upgrade aws sdk for the feature to be used in our platform.

truongnht commented 3 months ago

Since new 'sops' release has been out, lets do this!

truongnht commented 3 months ago

this issue has been addressed by #258