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
I have been trying to use the MinIO javascript package in a FIPS environment. It's currently failing with the following error which I believe is due to its use of MD5 hashes.
I have been trying to use the MinIO javascript package in a FIPS environment. It's currently failing with the following error which I believe is due to its use of MD5 hashes.
I believe if SHA256 is enabled, the MD5 hash should not be generated. This would allow Minio to function in a FIPS environment with a simple tweak.
https://github.com/minio/minio-js/blob/6a821b543ef88f3615bae1c18db7cd49b4dde884/src/internal/client.ts#L1677C2-L1706C1
minio-js/src/internal/helper.ts
Line 31 in 6a821b5
The text was updated successfully, but these errors were encountered: