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
feat(mmds): Add flag for making MMDS operate like EC2 IMDS
While EC2 IMDS only supports text/plain and ignores Accept header,
Firecracker MMDS supports not only text/plain but also application/json.
If users don't have the control of libraries that set "Accept:
application/json" but expect MMDS to behave like EC2 IMDS, the above
difference becomes a problem. Not to break existing workloads, add a new
flag `imds_compat` (default to false) to PUT /mmds/config API.
Signed-off-by: Takahiro Itazuri <[email protected]>
0 commit comments