Skip to content
New issue

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

Support or ignore IMDSv2 in instance profile test #191

Closed
simukappu opened this issue Nov 30, 2019 · 0 comments
Closed

Support or ignore IMDSv2 in instance profile test #191

simukappu opened this issue Nov 30, 2019 · 0 comments

Comments

@simukappu
Copy link
Contributor

With aws-sdk-core >= 3.79.0, instance profile test will fail because of missing stub_request.
We need to add stub_request for getting token request as follows or ignore IMDSv2 as sdk configuration.

stub_request(:put, "http://169.254.169.254/latest/api/token")

aws/aws-sdk-ruby#2174
aws/aws-sdk-ruby#2177

simukappu added a commit to simukappu/aws-fluent-plugin-kinesis that referenced this issue Dec 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant