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
The plan is to fully remove IMDSv1 support so we actually can't provide support for it in the SDK at this time.
If you have customers currently on hosts that do not support IMDSv2 I'd be interested in hearing more about the cause.
In any case, it is possible to extend credential providers to add support–you can do it in an external crate by wrapping the default chain and adding a fallback to your own ImdsV1 implementation.
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the feature
When switching from
rusoto
toaws-sdk-rust
for https://github.com/vectordotdev/vector, we realized there wasn't support for IMSDv1 for authentication.I know IMDSv2 is preferred nowadays but we believe we are likely to still have users running without it.
Would you be open to a PR adding support for IMDSv1?
Use Case
When IMDSv2 is unavailable, we'd like to fallback to trying IMDSv1.
Proposed Solution
No response
Other Information
No response
Acknowledgements
A note for the community
Community Note
The text was updated successfully, but these errors were encountered: