Skip to content

Commit 3845e16

Browse files
committed
Use non wildcard SAN in the SAN matchers in validation context.
1 parent e18d6cd commit 3845e16

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

xds/src/test/java/io/grpc/xds/XdsSecurityClientServerTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,7 @@
118118
@RunWith(Parameterized.class)
119119
public class XdsSecurityClientServerTest {
120120

121-
// TODO: Change this is 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";
121+
private static final String SAN_TO_MATCH = "waterzooi.test.google.be";
124122

125123
@Parameter
126124
public Boolean enableSpiffe;

0 commit comments

Comments
 (0)