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
Is your feature request related to a problem? Please describe.
AWS has released a new EC2 Metadata protocal, IMDSv2, that requires passing an authentication token when querying for EC2 Metadata. The token can be retrieved programatically. The old method, now dubbed IMDSv1, can be disabled entirely, which breaks the method salt is currently using to retrieve EC2 Metadata grains.
Describe the solution you'd like
Attempt to retrieve the token.
If successful, IMDSv2 is enabled, set method to IMDSv2.
If not successful, set method to IMDSv1.
Attempt to retrieve ec2 metadata with selected method.
Is your feature request related to a problem? Please describe.
AWS has released a new EC2 Metadata protocal, IMDSv2, that requires passing an authentication token when querying for EC2 Metadata. The token can be retrieved programatically. The old method, now dubbed IMDSv1, can be disabled entirely, which breaks the method salt is currently using to retrieve EC2 Metadata grains.
Describe the solution you'd like
Additional context
The text was updated successfully, but these errors were encountered: