Restricting access to the Service Locator
By default, access to the Service Locator server is not restricted; anyone can add, delete or lookup services.
This access restriction is added by enabling authentication functionality using the Java Authentication and Authorization Service (JAAS) login module in the container.
To do that, you have to set corresponding properties in specific container configuration files, and this section describes this in detail.
Information noteNote: The authentication feature is only relevant for Service Locator servers running in the
Talend Runtime Container, not for the
stand-alone version (and not for a pure Apache ZooKeeper server).