要保护 Talend Data Stewardship、MongoDB 服务器和 Apache Kafka 之间的连接,您需要编辑 data-stewardship.properties 文件。
#Keystore configuration server.ssl.key-store=<keystore_path>/keystore.jks server.ssl.key-store-password=<keystore_password> server.ssl.key-alias=<certificate_alias> server.ssl.key-store-type=JKS server.ssl.enabled=true server.ssl.protocol=TLS server.ssl.client-auth=none server.tomcat.max-threads=150
spring.data.mongodb.ssl=true spring.data.mongodb.ssl.trust-store=<truststore_path> spring.data.mongodb.ssl.trust-store-password=<truststore_password>
kafka.security.protocol=SSL kafka.ssl.truststore.location=<truststore_path> kafka.ssl.truststore.password=<truststore_password>
kafka.ssl.keystore.location=<keystore_path> kafka.ssl.keystore.password=<keystore_password> kafka.ssl.key.password=<key_password>
spring.cloud.stream.kafka.binder.configuration.security.protocol=SSL spring.cloud.stream.kafka.binder.configuration.ssl.truststore.location=<truststore_path> spring.cloud.stream.kafka.binder.configuration.ssl.truststore.password=<truststore_password> spring.cloud.stream.kafka.binder.configuration.ssl.keystore.location=<keystore_path> spring.cloud.stream.kafka.binder.configuration.ssl.keystore.password=<keystore_password> spring.cloud.stream.kafka.binder.configuration.ssl.key.password=<key_password> spring.cloud.stream.kafka.binder.configuration.ssl.endpoint.identification.algorithm=<ssl_algorithm> spring.kafka.properties.security.protocol=SSL spring.kafka.properties.ssl.truststore.location=<truststore_path> spring.kafka.properties.ssl.truststore.password=<truststore_password> spring.kafka.properties.ssl.keystore.location=<keystore_path> spring.kafka.properties.ssl.keystore.password=<keystore_password> spring.kafka.properties.ssl.key.password=<key_password>
frontend.url=https://<server>:${frontend.server.port} backend.url=https://<server>:${core.server.port} schemaservice.url=https://<server>:${schema.server.port} historyservice.url=https://<server>:${history.server.port} monitoringservice.url=https://<server>:${monitoring.server.port} gateway.url=https://<server>:${gateway.server.port}
如果您发现此页面或其内容有任何问题 – 打字错误、遗漏步骤或技术错误 – 请告诉我们!