Tests fail in fips mode because of default hashing algorithm #66819
Labels
:Security/FIPS
Running ES in FIPS 140-2 mode
Team:Security
Meta label for security team
>test-failure
Triaged test failures from CI
Build scan:
https://gradle-enterprise.elastic.co/s/bdqsrnib6twrc/failure#1
Repro line:
Reproduces locally?: Aye
Applicable branches:
7.x , 7.11
Failure history:
Failure excerpt:
Testclusters fail to start because in fips.gradle we set
xpack.security.fips_mode.enabled: true
but the default hashing algorithm in 7.x is bcrypt. This wasn't observed in master as there we have changed the default algorithm to be pbkdf2.We can solve this by setting the hashing algorithm in fips.gradle to be either pbkdf2 or pbkdf2_stretch
The text was updated successfully, but these errors were encountered: