Securing connections for Talend Identity and Access Management
Use SSL with self-signed certificate to connect to Talend Identity and Access Management.
Procedure
Place your JKS file to the <installation_path>/config
folder.
Open the <installation_path>/start.bat file to edit
it.
Add the following settings.
set SERVER_SSL_KEYSTORE=<absolute_path_to_your_jks_file> (for example: C:/keysotre/server.jks)
set SERVER_SSL_KEYSTOREPASSWORD=<secret>
set SERVER_SSL_KEYPASSWORD=<secret>
Optional: If you installed Talend Identity and Access Management as
a system service, see this procedure to
make additional configuration changes to ensure the keystore settings take
effect.
Open the <installation_path>/config/iam.properties file
and change the URL below from http to https:
Optional: If SSL has been enabled for modules such as Talend Data Stewardship or
Talend Data Preparation, do
the following:
Navigate to the <installation_path>/config/clients
folder.
Open the corresponding client configuration files, for example,
tdp-client.json for Talend Data Preparation, or tds-client.json for Talend Data Stewardship.
In the redirect_uris property, change all URLs from
http to https.
Restart Talend Identity and Access Management.
Additional keystore configuration for Talend Identity and Access Management as service
These configuration changes are only necessary when you have installed Talend Identity and Access Management as a
system service.
Make these changes for the OIDC and the SCIM services of Talend Identity and Access Management.
Procedure
Open a command line and navigate to the
<Talend_installation>/utils folder.
Run this command: nssm edit talend-iam-oidc-8.0.1
The number 8.0.1 represents the installed version used in this
example. This opens a dialog for service parameters.