skupperproject / skupper

Skupper is an implementation of a Virtual Application Network, enabling rich hybrid cloud communication.
http://skupper.io
Apache License 2.0
595 stars 74 forks source link

[v2] Non-kube Listener and Connector host validation is too restrictive #1725

Closed ted-ross closed 3 weeks ago

ted-ross commented 1 month ago

Describe the bug When using non-kube sites (via bootstrap), the host fields in Listeners and Connectors must be IP addresses in order to be validated. Symbolic hosts like "localhost" are not valid.

How To Reproduce Steps to reproduce the behavior: Create a Listener or Connector using host: localhost and watch it fail.

Expected behavior Any valid host should be permitted.

Environment details

Additional context None