Regex validation for tls secretName fails when using tls delegations #965
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/bug
Categorizes issue or PR as related to a bug.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone
What steps did you take and what happened:
We deployed
contour/deployment/common/common.yaml
to our cluster and added an ingress route with a tls secret which referenced a different namespace.It failed with
What did you expect to happen:
Creating an
IngressRoute
with a namespaced tlssecretName
should work with the addition ofTLSCertificateDelegation
.Anything else you would like to add:
We're using the following regex for now:
Although it's not perfect since
test/hello/world
would also match although it shouldn't.Yaml files for testing:
Environment:
gcr.io/heptio-images/contour:v0.10.0
v1.12
The text was updated successfully, but these errors were encountered: