We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.55.0
No response
We'd like to leverage EKS Pod Identity in lieu of IRSA, but it's currently failing as github.com/aws/aws-sdk-go (v1/v2) needs to be updated.
level=error ts=2023-12-08T14:16:23.893358461Z caller=main.go:68 version=v0.55.0 msg="Error running yace" err="failed to construct aws sdk v2 client cache: failed to load default aws config: invalid endpoint host, \"169.254.170.23\", only loopback hosts are allowed"
To fix this issue we need to update:
aws-sdk-go
aws-sdk-go-v2
It looks like the master branch already contains the updated SDKs so all we theoretically need is to cut a new release.
The text was updated successfully, but these errors were encountered:
Is it solved? I also wanna know if I can use this tool with IRSAv2.
Sorry, something went wrong.
with the new release it should be working now.
No branches or pull requests
Is there an existing issue for this?
YACE version
0.55.0
Config file
No response
Current Behavior
We'd like to leverage EKS Pod Identity in lieu of IRSA, but it's currently failing as github.com/aws/aws-sdk-go (v1/v2) needs to be updated.
To fix this issue we need to update:
aws-sdk-go
to v1.47.11aws-sdk-go-v2
to release-2023-11-14It looks like the master branch already contains the updated SDKs so all we theoretically need is to cut a new release.
The text was updated successfully, but these errors were encountered: