viaduct-ai / kustomize-sops

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

Update aws sdk version #256

Closed unixninja92 closed 2 weeks ago

unixninja92 commented 2 weeks ago

I updated github.com/aws/aws-sdk-go-v2 to v1.28.0 to support new auth including IRSA and Pod Identities in EKS. This updated the other aws sdk versions as well. I ran tests and everything passed.

truongnht commented 5 days ago

@devstein are you sure this merge will work? I thought the aws sdk come from sops?

devstein commented 5 days ago

good call and good timing -> https://github.com/viaduct-ai/kustomize-sops/pull/258

truongnht commented 5 days ago

@devstein if you look into #258, you would see the aws sdk version turns out differently (higher version than this PR). The indirect comment means it is indirectly deduced from sops. So I hope this kind of PR would be rejected next time to avoid confusion.