Configuring custom Java KeyStore for Job artifact signature - Cloud - 8.0

Talend Studio User Guide

Version
Cloud
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud
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 Studio
Content
Design and Development
Last publication date
2024-02-29
Available in...

Cloud API Services Platform

Cloud Big Data

Cloud Big Data Platform

Cloud Data Fabric

Cloud Data Integration

Cloud Data Management Platform

Data Fabric

By default, Talend Studio signs Job artifacts when building Jobs using a Java KeyStore issued by Talend, to prevent accidental or malicious modification of Job artifacts. If you have installed the 8.0 R2022-06 Talend Studio monthly update or a later one provided by Talend, Talend Studio supports configuring custom Java KeyStore for the Job artifact signature when working on a project managed by Talend Management Console.

Before you begin

You have generated a custom Java KeyStore using a third-party Java keytool.

Procedure

  1. Click Window > Preferences from the menu bar to open the Preferences dialog box.
  2. Click Talend > Security > Artifact signature to open the corresponding view.
  3. In the Key Path field, specify the path to your custom Java KeyStore.
  4. In the Keystore Password field, specify the KeyStore password in plain text.
  5. In the Key Password field, specify the key password in plain text.
  6. In the Key Alias field, specify the alias name associated with your KeyStore.
  7. Click Apply and Close to save your changes and close the dialog box.
    Later, your Job artifacts will be signed by the custom Java KeyStore when building Jobs. After you publish your Job artifacts to Talend Cloud, your Remote Engine will validate their signature before running them. For more information, see Running trusted tasks with your custom signature.