fix(python, rust): remove imds calls from profile auth and region#2442
fix(python, rust): remove imds calls from profile auth and region#2442ion-elgreco merged 5 commits intodelta-io:mainfrom
Conversation
…kup when disabled by settings
|
Hey @mightyshazam, I am seeing also a lot of warnings with our latest release regarding this IMDS region:
Right, so this PR makes it not the default anymore or you still need to manually pass disable_EC2_metadata everytime? (sorry just woke up : ) ) |
|
This PR means you have to pass it. I am tempted to make disabling ec2 metadata default behavior for the sake of backwards compatibility, though. |
|
@mightyshazam let's go for putting it disabled by default. Then for EC2 instance users they should enable it. |
ion-elgreco
left a comment
There was a problem hiding this comment.
Thanks @mightyshazam!
Head branch was pushed to by a user without write access
|
@mightyshazam I checked today, but I am still seeing some warnings. So it seems to be not fully disabled yet? |
|
@ion-elgreco I don't see this when running with default settings. I also don't see it when setting |
|
Only when setting the env variable |
Description
The AWS SDK uses EC2 instance metadata in the default provider chain, the profile chain and the region provider
Related Issue(s)
Documentation