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(fips): remove keystore subcommand and config handling (#15545)
* feat(fips): remove keystore subcommand and config handling
the keystore is providing obfuscation of data on disk by using
an empty password by default.
This fails in fips only mode with the following error:
crypto/hmac: use of keys shorter than 112 bits is not allowed in FIPS 140-only mode
Disable the keystore subcommand and do not try to create one
when loading the config.
* Update config_nofips_test.go
---------
Co-authored-by: Kostiantyn Masliuk <[email protected]>
0 commit comments