List of configuration parameters
All parameters in the data-stewardship.properties file are set by default during the installation of Talend Data Stewardship by Talend Installer. But, you can customize them according to your installation environment.
For further information about installing and configuring Talend Data Stewardship, see Talend installation guides.
Parameter |
Description |
---|---|
server.instance.id=0 |
Identification of the current instance of Talend Data Stewardship |
spring.data.mongodb.host=<local machine ip> spring.data.mongodb.port=27017 spring.data.mongodb.database=tds pring.data.mongodb.username=tds-user spring.data.mongodb.password=<randomly generated password> |
MongoDB settings |
frontend.url=http://<local machine ip>:19999/internal/frontend backend.url=http://<local machine ip>:19999/internal/data-stewardship schemaservice.url=http://<local machine ip>:8187/ historyservice.url=http://<local machine ip>:19999/internal/data-history-service |
Gateway configuration |
kafka.broker=<local machine ip>:9092 |
Kafka connection |
tds.security=iam oidc.url=http://<local machine ip>:9080/oidc oidc.userauth.url=http://<local machine ip>:9080/oidc scim.url=http://<local machine ip>:9080/scim |
Single Sign-On properties for Talend Data Stewardship Default value is iam Do not change this parameter, unless requested by Talend. |
oidc.gateway.id=<randomly generated identifier> oidc.gateway.secret=<encrypted password> oidc.tds.id=<randomly generated identifier> oidc.tds.secret=<encrypted password> oidc.history.id=<randomly generated identifier> oidc.history.secret=<encrypted password> oidc.schema.id=<randomly generated identifier> oidc.schema.secret=<encrypted password> |
Single Sign-On security configuration parameters Do not change these parameters, unless requested by Talend. |
tds.history.service.url=${historyservice.url} tds.history.kafka.topic=${history.kafka.topic} tds.cors.allowedOrigin=* schema.service.url=${schemaservice.url} |
Backend configuration for Talend Data Stewardship |
persistence=MONGO history.kafka.topic=data-history history.kafka.group=history-service history.kafka.poll.timeout.ms=1000 history.kafka.max.poll.records=500 history.kafka.failures.directory=${java.io.tmpdir}/data-history-failures |
History-service configuration for Talend Data Stewardship |
schema.kafka.broker=${kafka.broker} schema.kafka.enableAutoCommit=true schema.kafka.resetConfig=latest schema.security=${tds.security} |
Schema-service configuration for Talend Data Stewardship |
schema.dq.server.enable=true datatype.lucene.root.folder.tds=${catalina.base}/data/tds datatype.lucene.root.folder.schema=${catalina.base}/data/schema |
Data quality server configuration |
tds.front.serverUrl=/data-stewardship tds.front.schemaServiceUrl=/schemaservice tds.front.semanticServiceUrl=/semantic service tds.front.schemaServiceApiVersion=v1 tds.front.apiVersion=v1 tds.front.enableDebug=false tds.front.pageSize=200 |
Frontend configuration for Talend Data Stewardship |