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.
2 parents 2ecbdb9 + 3845e16 commit 825b954Copy full SHA for 825b954
xds/src/test/java/io/grpc/xds/XdsSecurityClientServerTest.java
@@ -118,9 +118,7 @@
118
@RunWith(Parameterized.class)
119
public class XdsSecurityClientServerTest {
120
121
- // TODO: Change this to a specific domain after
122
- // https://github.com/grpc/grpc-java/issues/12326 is fixed
123
- private static final String SAN_TO_MATCH = "*.test.google.fr";
+ private static final String SAN_TO_MATCH = "waterzooi.test.google.be";
124
125
@Parameter
126
public Boolean enableSpiffe;
0 commit comments