Skip to main content Skip to complementary content

Enabling the basic authentication

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.
    Information noteNote: 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.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!