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}
このページまたはコンテンツにタイポ、ステップの省略、技術的エラーなどの問題が見つかった場合はお知らせください。