Enabling authentication for a Service Locator client - 7.3

Talend ESB Infrastructure Services Configuration Guide

Version
7.3
Language
English
Product
Talend Data Fabric
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Open Studio for ESB
Talend Real-Time Big Data Platform
Module
Talend ESB
Talend Runtime
Content
Design and Development
Installation and Upgrade
Last publication date
2023-12-26

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