We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f5d5a commit e18d6cdCopy full SHA for e18d6cd
xds/src/test/java/io/grpc/xds/XdsSecurityClientServerTest.java
@@ -611,6 +611,7 @@ private UpstreamTlsContext setBootstrapInfoAndBuildUpstreamTlsContext(String cli
611
.buildUpstreamTlsContext("google_cloud_private_spiffe-client", hasIdentityCert);
612
}
613
614
+ @SuppressWarnings("deprecation") // gRFC A29 predates match_typed_subject_alt_names
615
private UpstreamTlsContext setBootstrapInfoAndBuildUpstreamTlsContextForUsingSystemRootCerts(
616
String clientKeyFile,
617
String clientPemFile,
0 commit comments