Enabling authentication for a Service Locator client
To enable authentication for a client, define user names and passwords (corresponding to the ones on the server) by adding authentication properties in the Service Locator configuration file <container>/etc/org.talend.esb.locator.cfg.
For example:
-
in a container, where a consumer is looking up services from the Service Locator server, add:
authentication.name=sluser authentication.password=upassword
-
in a container, where a Web Service is adding or deleting services from the Service Locator server, add:
authentication.name=slservice authentication.password=spassword