zshaik
February 1, 2018, 1:40am
#1
is it possible to use partial wildcards in prefix ?
what do I mean by partial wildcard
Suppose I have two endpoints, and I need to use a wild card as in example below
hello-xyz.simple.net
xyz-hello.simple.net
example:
- prefix: "/$/io.buoyant.rinet/6330/*xyz*.simple.net"
(edited)
also what if I have a commonName validation for it
commonName: "{service}"
what should be the value of commonName?
zshaik
February 1, 2018, 1:41am
#2
answered by @alex on slack,
@zshaik : unfortunately no. a wildcard must be an entire segment
for example
commonName: "{service}"
or
- prefix: "/$/io.buoyant.rinet/6330/hello-xyz.simple.net"
commonName: "hello-xyz.simple.net"
- prefix: "/$/io.buoyant.rinet/6330/xyz-hello.simple.net"
commonName: "xyz-hello.simple.net"
system
closed
March 3, 2018, 1:50am
#3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.