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
Copy file name to clipboardExpand all lines: x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/transport/CrossClusterApiKeySigner.java
+14-20Lines changed: 14 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,6 @@
30
30
importjava.security.cert.X509Certificate;
31
31
importjava.util.Arrays;
32
32
importjava.util.Collection;
33
-
importjava.util.List;
34
33
importjava.util.Map;
35
34
importjava.util.Objects;
36
35
importjava.util.Set;
@@ -57,7 +56,7 @@ public CrossClusterApiKeySigner(Environment environment) {
Copy file name to clipboardExpand all lines: x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/transport/CrossClusterApiKeySignerReloader.java
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -116,12 +116,13 @@ public void reload(Settings settings) {
116
116
// closed. Since the secure settings will potentially be used later when the signing config is used to sign headers, the
117
117
// settings need to be retrieved from the keystore and cached
0 commit comments