Talend Dictionary ServiceとのHTTPS接続を設定 - 8.0

Talendインストールガイド

Version
8.0
Language
日本語
Operating system
Linux
Subscription type
サブスクリプション
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 Log Server
Talend MDM Server
Talend MDM Web UI
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
インストールとアップグレード
Last publication date
2022-10-30

Talend Data PreparationTalend Dictionary Service間の接続を保護するには、対応する設定ファイルを編集する必要があります。

最初に、Talend Dictionary ServiceをサービスとしてHTTPSで設定する必要があります。次に、HTTPSで実行するTalend Data PreparationTalend Dictionary Service間のSSL通信を有効にします。

始める前に

  • Talend Data PreparationはHTTPSのサービスとして設定されています。詳細は、Talend Data PreparationのHTTPS接続を設定をご覧ください。
  • Talend Dictionary ServiceはHTTPSのサービスとして設定されています。詳細は、Talend Dictionary Service用の接続を保護をご覧ください。
  • Talend Data PreparationTalend Dictionary Serviceの認証を生成し、WebブラウザーのTrustStoreに追加しました。

手順

  1. HTTPSで動作するTalend Data PreparationTalend Dictionary Service間のSSL通信を有効にするためには、次のコマンドを使ってTalend Dictionary Service認証またはその認証機関を取得し、Talend Data PreparationTrustStoreに追加します。
    keytool -import -trustcacerts -alias <cert-alias> -file <dictionary-service_certificate.crt> -keystore <truststore.jks>
  2. <Data_Preparation_Path>/config/application.propertiesファイルで、次のプロパティを追加してストアを設定します。
    tls.trust-store=/path/to/<truststore.jks>
    tls.trust-store-password=<trust-store_password>
    
    false to disable hostname verification
    tls.verify-hostname=true
  3. サービスを再起動します。

タスクの結果

HTTPSで実行されているTalend Data Preparationインスタンスは、Talend Dictionary Serviceと通信でき、セキュアなHTTPS接続でも実行できます。