-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
@Manciukic
Description
Describe the bug
The firecracker.yaml
Swagger definition contains a typo in a request parameter causing auto-generated client to produce malformed requests for the MMDS endpoint: s/imds_comat/imds_compat/
.
Impact
This bug impacts release artifacts for version 1.13.0, as well the the current main branch (1.14-dev).
Workaround
While we work to fix the issue by releasing a new version with corrected artifacts, the only solution is to manually fix the typo in the Swagger specification.
sed -i 's/imds_comat/imds_compat/' ./src/firecracker/swagger/firecracker.yaml
Metadata
Metadata
Assignees
Labels
No labels