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
// Fallback to plaintext-to-S2A connection on error.
531
+
LOG.log(
532
+
Level.WARNING,
533
+
"Cannot establish an mTLS connection to S2A due to error creating MTLS to MDS TlsChannelCredentials credentials, falling back to plaintext connection to S2A: "
// Fallback to plaintext-to-S2A connection if MTLS-MDS creds do not exist.
528
540
LOG.log(
529
-
Level.WARNING,
530
-
"Cannot establish an mTLS connection to S2A due to error creating MTLS to MDS TlsChannelCredentials credentials, falling back to plaintext connection to S2A: "
531
-
+ ignore.getMessage());
541
+
Level.INFO,
542
+
"Cannot establish an mTLS connection to S2A MTLS to MDS credentials do not exist on filesystem, falling back to plaintext connection to S2A");
0 commit comments