Configuring Talend Data Stewardship after installation - 8.0

Talend Installation Guide

Version
8.0
Language
English
Operating system
Windows
Subscription type
Subscription
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Activity Monitoring Console
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend Data Preparation
Talend Data Stewardship
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend LogServer
Talend MDM Server
Talend MDM Web UI
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2022-10-30

Procedure

  1. Before starting Talend Data Stewardship, under <Talend installation folder>\tds\apache-tomcat\webapps, remove the docs folder.
  2. 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.username Username used to connect to the database
    spring.data.mongodb.password Password used to connect to the database
    spring.data.mongodb.uri URI of the MongoDB database to which to connect.

    The following parameters must be commented out: spring.data.mongodb.host, spring.data.mongodb.port, spring.data.mongodb.database, spring.data.mongodb.username, spring.data.mongodb.password

    Note: This configuration parameter is available only if you have installed the TPS-4354 patch delivered by Talend. For more information, check with your administrator.
  3. Update the following fields with the Gateway configuration parameters:
    Field Description
    frontend.url Replace ${tinstall.tds.tomcat.protocol} with Apache Tomcat protocol and ${tinstall.tds.tomcat.port.http} with Apache Tomcat HTTP port.
    backend.url Replace ${tinstall.tds.tomcat.protocol} with Apache Tomcat protocol and ${tinstall.tds.tomcat.port.http} with Apache Tomcat HTTP port.
    schemaservice.url Replace ${tinstall.tds.tomcat.protocol} with Apache Tomcat protocol and ${tinstall.tds.tomcat.port.http} with Apache Tomcat HTTP port.
    semanticservice.url Enter the URL to Talend Dictionary Service.

    If your license does not include Talend Dictionary Service, delete this line.

    historyservice.url Replace ${tinstall.tds.tomcat.protocol} with Apache Tomcat protocol and ${tinstall.tds.tomcat.port.http} with Apache Tomcat HTTP port.
    monitoringservice.url Replace ${tinstall.tds.tomcat.protocol} with Apache Tomcat protocol and ${tinstall.tds.tomcat.port.http} with Apache Tomcat HTTP port.
  4. 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.
  5. 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
    oidc.userauth.url Enter the URL to your Talend Identity and Access ManagementUser Authentication
    scim.url Enter the URL to your Talend Identity and Access Management SCIM
    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.
    oidc.monitoring.id Enter the Talend Identity and Access Management OIDC client identifier.
    oidc.monitoring.secret Enter the Talend Identity and Access Management OIDC password.

    All the passwords entered in the properties file are encrypted when you start your Talend Data Stewardship instance.

  6. To configure the access to Talend Dictionary Service, edit the following fields:
    Field Description
    tsd.enabled Set the value of this parameter to true in order to enable the interaction between Talend Data Stewardship and Talend Dictionary Service
    tsd.maven.connector.s3Repository.bucket-url Enter the URL of your MinIO or S3 repository bucket.

    For example: s3://talend-app-shared.

    tsd.maven.connector.s3Repository.base-path Enter the base path of your MinIO or S3 repository. This property is optional and can be left empty.

    For example: semantic-types-repository.

    tsd.maven.connector.s3Repository.username Enter the username of your MinIO or S3 repository.

    For example: username123.

    tsd.maven.connector.s3Repository.password Enter the password of your MinIO or S3 repository.

    For example: password123.

    tsd.maven.connector.s3Repository.s3.region Enter the region of your MinIO or S3 repository.

    For example: us-east-1.

    tsd.maven.connector.s3Repository.s3.endpoint Enter the URL of your MinIO or S3 repository server.

    For example: https://minio-company.com.

    tsd.dictionary-provider-facade.producer-url Enter the URL to your Talend Dictionary Service instance.
  7. 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 the section about configuring Talend Data Preparation after installation.

  8. Optional: Enable HTTP compression for Talend Data Stewardship in Apache Tomcat:
    1. Open the <Tomcat>\conf\server.xml file.
    2. 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"
  9. Start Talend Data Stewardship by launching, in this order:
    1. Apache Kafka
    2. MongoDB
    3. Apache Tomcat
    4. MinIO
    5. Talend Administration Center
    6. Talend Identity and Access Management Service