Invalid Md5 Checksum for FIPS Enabled Environments #5477
Unanswered
GabrielTamujo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a method to bypass the Md5 Checksum or mandate SHA-256?
Currently, it appears impossible to execute the SDK in a FIPS-enabled environment due to Md5 being the default checksum algorithm with no alternative for bypassing it or selecting a different algorithm. In version 2 of the SDK, we had the config
computeChecksums
flag option. Is there a similar feature in the current version?The sole workaround I have identified is to create an override for the original command, where the checksum implementation is rewritten.
Could anyone help me understand this?
Beta Was this translation helpful? Give feedback.
All reactions