-
Notifications
You must be signed in to change notification settings - Fork 24.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI] :modules:reindex task can't run on FIPS JVMs #40904
Comments
Pinging @elastic/es-core-infra |
@jkakavas is this something you plan to address yourself? Maybe the security label would be more appropriate than build here ? |
@atorok It wasn't in my to-do list but I have nothing against picking it up. It feels the build label was appropriate since this was running fine before #40564 or #40804 which makes me think something in there changed how system properties are passed ? I could be wrong though, I'll know more once I look into it. I would appreciate it though if you have any quick ideas on what in these aforementioned PRs have changed the way system properties are picked up |
Thanks for pointing that out it wasn't obvious to me this is a regression. |
ClusterFormationTasks auto configured these properties for clusters. This PR adds FIPS specific configuration across all test clusters from the main build script to prevent coupling betwwen testclusters and the build plugin. Closes elastic#40904
ClusterFormationTasks auto configured these properties for clusters. This PR adds FIPS specific configuration across all test clusters from the main build script to prevent coupling betwwen testclusters and the build plugin. Closes #40904
ClusterFormationTasks auto configured these properties for clusters. This PR adds FIPS specific configuration across all test clusters from the main build script to prevent coupling betwwen testclusters and the build plugin. Closes #40904
ClusterFormationTasks auto configured these properties for clusters. This PR adds FIPS specific configuration across all test clusters from the main build script to prevent coupling betwwen testclusters and the build plugin. Closes elastic#40904
it looks like either #40564 or #40804 made it so some system properties (specifically
javax.net.ssl.trustStorePassword
andjavax.net.ssl.keyStorePassword
) do not find their way to:modules:reindex:integTestCluster
when running with a FIPS JVM. This causes the task to fail as theBCFKS
keystore cannot be decrypted.Example failures:
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+7.x+matrix-java-periodic/ES_BUILD_JAVA=openjdk12,ES_RUNTIME_JAVA=java8fips,nodes=immutable&&linux&&docker/116/console
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+matrix-java-periodic/ES_BUILD_JAVA=openjdk12,ES_RUNTIME_JAVA=java8fips,nodes=immutable&&linux&&docker/340/console
Manifests as
The text was updated successfully, but these errors were encountered: