grafana / opensearch-datasource

Apache License 2.0
25 stars 20 forks source link

Bugfix: Update aws/aws-sdk-go to support Pod Identity credentials #447

Closed idastambuk closed 1 month ago

idastambuk commented 1 month ago

What this PR does / why we need it: We had a bug reported with problems around using Pod Identity for AWS EKS. Looking through the docs it seems like our version of sdk should be updated to support it: https://docs.aws.amazon.com/eks/latest/userguide/pod-id-minimum-sdk.html Not sure if this is what caused it, but can't hurt to try it

Special notes for your reviewer: Did a quick sanity check with local open search as well as sigv4 serverless from provisioning and the queries return 200.