Enabling the basic authentication - Cloud

Talend Remote Engine User Guide for Windows

Version
Cloud
Language
English
Operating system
Windows
Product
Talend Cloud
Module
Talend Remote Engine
Content
Design and Development
Installation and Upgrade
Last publication date
2023-11-16

You can overwrite the default user name and password used by Spring Security.

However, if you have applied the 801-R2022-09 patch for your Studio, the basic authentication is by default always active for these management endpoints: info, health and jolokia. In this situation, ignore this section but follow Configuring Remote Engine for the basic authentication with Spring Security procedure to configure your Remote Engine.

Before you begin

  • You have created a custom application.properties file allowing HTTPS connections.
  • You have renamed and saved it in a directory that the Talend Remote Engine can access.

Procedure

  1. Open the custom properties file.
  2. Add the following command lines:
    spring.security.user.name=user_name
    spring.security.user.password=password
  3. Save the file.
    When the custom properties file is saved, you must enable the basic authentication in the component used for the connection.
    Note: You can use the following components:
    • cREST
    • tRESTRequest
  4. Go to Talend Studio.
  5. In the Basic Settings tab of the component properties, select the Use Authentication check box.