|
Idea detail description
ContextCurrently, the connection configuration module in the navify POC Operations user interface (UI) restricts the host address field strictly to static IP address formats. To point a connection to a domain name, we must currently perform a manual workaround by executing an The ProblemThis limitation prevents native compatibility with modern enterprise infrastructures. Many clients operate within cluster environments (such as Kubernetes, cloud-native services, or behind load balancers) where IP addresses are dynamic and change frequently Relying on a static IP causes the connection to break whenever the client's cluster reassigns its nodes, leading to avoidable service downtime. Proposed SolutionModify the validation logic in the UI configuration form to accept both standard IP addresses and Fully Qualified Domain Name (FQDN) or DNS alias strings.
|