You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I setup a pod identity association for gloo edge to authenticate with AWS. My lambda upstream never populates with any upstream lambdas and the following log is seen inside of the discovery pod:
2024/09/16 10:59:38 Ignoring, HTTP credential provider invalid endpoint host, "169.254.170.23", only loopback hosts are allowed. <nil>
Gloo Edge Product
Open Source
Gloo Edge Version
v1.17.7
Kubernetes Version
v1.30
Describe the bug
I setup a pod identity association for gloo edge to authenticate with AWS. My lambda upstream never populates with any upstream lambdas and the following log is seen inside of the discovery pod:
I found the following issue on auto scaler with the same error message
kubernetes/autoscaler#6392
It appears that the issue was resolved when updating
github.com/aws/aws-sdk-go
tov1.48.7
and gloo edge currently usesv1.34.9
Expected Behavior
gloo edge pods authenticate with pod identity and can make AWS calls
Steps to reproduce the bug
I used the following terraform code to configure the pod identity
And these gloo settings:
and upstream config
Additional Environment Detail
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: