跳到主要内容 跳到补充内容

保护 Talend Identity and Access Management 的连接

使用带有自签名证书的 SSL 连接到 Talend Identity and Access Management

步骤

  1. 将您的 JKS 文件放在 <installation_path>/config 文件夹中。
  2. 打开 <installation_path>/start.sh 文件来编辑它。
  3. 添加以下行。
    export SERVER_SSL_KEYSTORE=<absolute_path_to_your_jks_file> (for example: /keysotre/server.jks)
    export SERVER_SSL_KEYSTOREPASSWORD=<secret>
    export SERVER_SSL_KEYPASSWORD=<secret>
  4. 打开 <installation_path>/config/iam.properties 文件,并将下面的 URL 从 http 更改为 https
    oidc.url=https://${oidc.host}:${oidc.port}${oidc.context}
  5. 可选: 如果您已为 Talend Administration Center 启用 SSL,请将以下 URL 从 http 更改为 https
    tac.url=https://<host_name>:<port>/org.talend.administrator
  6. 可选: 如果已为 Talend Data StewardshipTalend Data Preparation 等模块启用 SSL,请执行以下操作:
    1. 导航至 <installation_path>/config/clients 文件夹。
    2. 打开相应的客户端配置文件,例如 Talend Data Preparationtdp-client.json,或 Talend Data Stewardshiptds-client.json
    3. redirect_uris 属性中,将所有 URL 从 http 更改为 https
  7. 重新启动 Talend Identity and Access Management

本页面有帮助吗?

如果您发现此页面或其内容有任何问题 – 打字错误、遗漏步骤或技术错误 – 请告诉我们!