Fly-Style commented on code in PR #19037:
URL: https://github.com/apache/druid/pull/19037#discussion_r2839884924


##########
embedded-tests/src/test/java/org/apache/druid/testing/embedded/auth/TestTLSCertificateChecker.java:
##########
@@ -40,7 +40,7 @@ public void checkClient(
   ) throws CertificateException
   {
     // only the integration test client with 
"thisisprobablynottherighthostname" cert is allowed to talk to me
-    if (!chain[0].toString().contains("thisisprobablynottherighthostname") || 
!engine.getPeerHost().contains("172.172.172.1")) {

Review Comment:
   Just for attention focus: hopefully it is not an accident removal.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to