Skip to content
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

Re-enabling yaml tests for fips #71822

Merged
merged 12 commits into from
Apr 19, 2021
Prev Previous commit
Next Next commit
Fixing tests
Some of our tests run with `test.security.manager` disabled by default,
but enable it in FIPS mode.
Making them security aware when security manager is enabled.

Resolve: #71699
  • Loading branch information
BigPandaToo committed Apr 15, 2021
commit 885dcc71b7cf8365d1493246d90866f9c7f0030a
1 change: 1 addition & 0 deletions gradle/fips.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ if (BuildParams.inFipsJvm) {
systemProperty 'javax.net.ssl.keyStorePassword', 'password'
systemProperty 'javax.net.ssl.keyStoreType', 'BCFKS'
systemProperty 'org.bouncycastle.fips.approved_only', 'true'
setting 'xpack.security.enabled', 'false'
setting 'xpack.security.fips_mode.enabled', 'true'
setting 'xpack.license.self_generated.type', 'trial'
keystorePassword 'keystore-password'
Expand Down