Configure the secure secret storage

You can select a process to retrieve a single value (such as a database connection or a password) or two values (such as a database connection and a password) from the secure secret storage.

  1. Navigate to System > System settings > System > Secure secret storage.

    The Secure secret storage dialog box is displayed.

  2. Select a synchronous process from the Retrieval processes.

    Retrieval process (single value)

    Specify the process to retrieve the connection for the database. You can either select an existing process or create a new process.

    1. If you select an existing process, make sure the process has one initialization variable for connection secret and one output variable for connection.

    2. To create a new process, click Create new process. A pop-up window is displayed. Enter the name for the new process and click Save. The process is created with one initialization variable for the connection secret and one output variable for the connection. This process is available in the Business process list.

      If the process has no initialization and output variable, the following message appears: Configure the Retrieval process to retrieve a single value for the secure secret manager in System settings.

    Retrieval process (two values)

    Similarly, specify the process to retrieve the credentials for integration. The process must have two initialization variables for the username secret and password secret and two output variables for the username and password.

    If the process has no initialization and output variable, the following message appears: Configure the Retrieval process to retrieve two values for the secure secret manager in System settings.

  3. Click Save.