Store Account

Discover more about the Store Account connector and how to use it on the Digibee Integration Platform.

This is a Pipeline Engine v2 exclusive connector.

Store Account dynamically stores accounts locally and later in a vault, playing a crucial role in security.

To enable the dynamic use of accounts in different connectors, you need to follow a two-step process:

  1. Store the desired account using the Store Account connector.

  2. Reference the name of the account in the connector in which you want to use it.

The connector must support the Dynamic Accounts feature.

This ensures seamless and secure access to the required accounts across different functionalities.

Parameters

Take a look at the configuration options for the component. Parameters supported by Double Braces expressions are marked with (DB).

Depending on the account type selected in the Account Type parameter, additional configuration parameters may be activated in the form. These parameters can support Double Braces, and when they do, the field in the form will include the { } symbol.

General tab

ParameterDescriptionDefault valueData type

Account Name (DB)

The name of the account to be stored.

N/A

String

Account Type

The type of account to be stored. Depending on the type, new parameters required for the account are activated in the form. Learn more about the configuration of each account type.

Supported accounts: API Key AWS Role AWS V4 Basic Certificate Chain Custom Auth Header Google Key NTLM OAuth Bearer Token Private Key Public Key Secret Key SMTP Auth And Properties

Basic

String

Scoped

When active, the stored account is isolated from other subprocesses. In this case, the subprocesses see their own version of the stored account data.

False

Boolean

Fail On Error

If the option is activated, the pipeline's execution with an error will be interrupted. Otherwise, the pipeline execution proceeds, but the result will show a false value for the “success” property.

False

Boolean

Documentation tab

ParameterDescriptionDefault valueData type

Documentation

Section for documenting any necessary information about the connector configuration and business rules.

N/A

String

Usage example

Suppose you need to authenticate to a database with a Basic credential. In this case, you need to perform the following steps:

  1. Configure the Store Account to create these credentials to be used in the DB V2 connector.

  2. Connect the DB V2 connector and configure the data of the database to be accessed.

  3. Activate the Use Dynamic Account parameter in the DB V2 connector configuration form. Then, enter the account name in the Account Name parameter.

Once you have completed the configuration steps, you can use dynamic access to this database.

Last updated