Skip to main content

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

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!