Allow the use of URLs instead of IPs in sidecar-node linking.
Background: The DevOps team asks if it’s possible to allow URLs in the node address configuration. Right now, it accepts only IP addresses, and it creates problems for automated deployments in dynamic environments.
Current scenario: Interpret the text from config file as IpAddress.
Required change: To also allow URLs.