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
Reinstate S3SearchableSnapshotsCredentialsReloadIT in FIPS JVMs (elastic#126109)
These tests only don't work in a FIPS JVM because they use a secret key
that is unacceptably short. This commit replaces the relevant uses of
`randomIdentifier` with `randomSecretKey` so they work whether in FIPS
mode or not.
Copy file name to clipboardExpand all lines: modules/repository-s3/src/javaRestTest/java/org/elasticsearch/repositories/s3/RepositoryS3RestReloadCredentialsIT.java
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,6 @@
10
10
packageorg.elasticsearch.repositories.s3;
11
11
12
12
importfixture.s3.S3HttpFixture;
13
-
importio.netty.handler.codec.http.HttpMethod;
14
13
15
14
importorg.elasticsearch.client.Request;
16
15
importorg.elasticsearch.client.ResponseException;
@@ -105,12 +104,4 @@ public void testReloadCredentialsFromKeystore() throws IOException {
Copy file name to clipboardExpand all lines: x-pack/plugin/searchable-snapshots/qa/s3/src/javaRestTest/java/org/elasticsearch/xpack/searchablesnapshots/s3/S3SearchableSnapshotsCredentialsReloadIT.java
0 commit comments