Skip to content

Commit 38053c0

Browse files
drop the assertion
1 parent f60851e commit 38053c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/transport/CrossClusterAccessTransportInterceptor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,6 @@ public Optional<ServerTransportFilter> getRemoteProfileTransportFilter(
328328
DestructiveOperations destructiveOperations
329329
) {
330330
final SslConfiguration profileConfiguration = sslProfile.configuration();
331-
assert profileConfiguration != null : "SSL Profile [" + sslProfile + "] has a null configuration";
332331
final boolean remoteClusterServerEnabled = REMOTE_CLUSTER_SERVER_ENABLED.get(settings);
333332
final boolean remoteClusterServerSSLEnabled = XPackSettings.REMOTE_CLUSTER_SERVER_SSL_ENABLED.get(settings);
334333
if (remoteClusterServerEnabled) {

0 commit comments

Comments
 (0)