Procedure
-
Open the <Tomcat>/conf/data-stewardship.properties
file and edit the following Talend Data Stewardship properties for
MongoDB:
Field Description spring.data.mongodb.host Host name of your MongoDB instance spring.data.mongodb.port Port number of your MongoDB instance spring.data.mongodb.database Name of the database on which Talend Data Stewardship is connected, tds
by default.spring.data.mongodb.user Username used to connect to the database spring.data.mongodb.password Password used to connect to the database -
Update the following fields with the Gateway configuration parameters:
Field Description frontend.url Replace ${tinstall.tds.tomcat.port.http}
with Apache Tomcat HTTP port.backend.url Replace ${tinstall.tds.tomcat.port.http}
with Apache Tomcat HTTP port.schemaservice.url Replace ${tinstall.tds.tomcat.port.http}
with Apache Tomcat HTTP port.semanticservice.url Enter the URL to Talend Dictionary Service. If your licence does not include Talend Dictionary Service, delete this line.
historyservice.url Replace ${tinstall.tds.tomcat.port.http}
with Apache Tomcat HTTP port. -
Update the following field with the Apache Kafka configuration:
Field Description kafka.broker Enter the host and the port corresponding to your Apache Kafka broker. -
Update the following fields with the configuration for Talend Identity and Access Management:
Field Action oidc.url Enter the URL to your Talend Identity and Access Management, http://localhost:9080/oidc
for example.oidc.userauth.url Enter the URL to your Talend Identity and Access Management User Authentication, http://localhost:9080/oidc
for example.scim.url Enter the URL to your Talend Identity and Access Management SCIM, http://localhost:9080/scim
for example.oidc.gateway.id Enter the URL to your Talend Identity and Access Management OIDC client identifier. oidc.gateway.secret Enter the Talend Identity and Access Management OIDC password. oidc.tds.id Enter the Talend Identity and Access Management OIDC client identifier. oidc.tds.secret Enter the Talend Identity and Access Management OIDC password. oidc.history.id Enter the Talend Identity and Access Management OIDC client identifier you have generated for Talend Data Stewardship. oidc.history.secret Enter the Talend Identity and Access Management OIDC password you have generated for Talend Data Stewardship. oidc.schema.id Enter the Talend Identity and Access Management OIDC client identifier you have generated for Talend Data Stewardship. oidc.schema.secret Enter the Talend Identity and Access Management OIDC password you have generated for Talend Data Stewardship. All the passwords entered in the properties file are encrypted when you start your Talend Data Stewardship instance.
-
To enable the app switcher after installing Talend Data Stewardship and Talend Data Preparation, uncomment the
following line and add the URL to your Talend Data Preparation instance:
tds.front.tdpUrl=<Talend_Data_Preparation_URL>
You must also add the URL to your Talend Data Stewardship instance to the configuration file for Talend Data Preparation. For more information, see Configuring Talend Data Preparation after installation.
- Optional:
Enable HTTP compression for Talend Data Stewardship in Apache Tomcat:
- Open the <Tomcat>\conf\server.xml file.
-
Add the following attributes to the HTTP Connector configuration used
for Talend Data Stewardship:
compression="on" compressionMinSize="2048" compressibleMimeType="text/html,text/xml,text/javascript,text/css,application/javascript,application/json"
-
Start Talend Data Stewardship by
launching, in order:
- Apache Kafka
- MongoDB
- Apache Tomcat