Authenticating REST requests
To authenticate the requests made to the Service Registry service, enable the authentication parameter: registry.authentication in following two configuration files:
-
org.talend.esb.registry.service.admin.cfg to authenticate the Service Registry AtomPub REST interface.
-
org.talend.esb.registry.service.lookup.cfg to authenticate the Service Registry Lookup REST interface.
The following settings are possible for this parameter:
-
registry.authentication = NO is the default configuration. No security is used.
-
registry.authentication = BASIC. Basic security (Username and Password credentials) is enabled.