Dynamic Accounts
Learn how to configure account credentials at runtime on Digibee using the Store Account connector, instead of setting them statically.
Last updated
Was this helpful?
Learn how to configure account credentials at runtime on Digibee using the Store Account connector, instead of setting them statically.
Static account configuration does not allow credentials to change at runtime. This limits scenarios such as receiving a certificate from an endpoint to authenticate in a REST API, or receiving an ephemeral token to authenticate over an SFTP connection.
The Store Account connector lets you configure credentials on the Runtime screen for multipurpose pipelines. This centralizes credential management and provides agility and security across the stages of a workflow.
Dynamic Accounts adapt account settings to the specific needs of each connector. This functionality is available as a parameter configuration for the following connectors:
Configuration parameters for Dynamic Accounts are described in the documentation of each respective connector.
For security reasons, never store credentials openly anywhere, nor save them in the Object Store.
To add dynamic credentials to a pipeline:
Add the Store Account connector to the pipeline.
Select the type of account to register.
Enter the required credentials.
Click Save.
The credentials become available on every pipeline run, ready to be referenced by other connectors.
To use Dynamic Accounts in a connector:
Enable the Use Dynamic Accounts option on the desired connector (see the list of connectors in Availability).
Enter the name of the account created with the Store Account connector in the Account Name field.
Confirm that the connector authenticates using this credential.
To reference the account scope in the body of requests in connectors such as REST v2 and SOAP v3, register the credential using the Store Account connector with the syntax {{ account.custom-1.password }}. This makes the information available for use in your operations.
For example, for a Basic type account named account-test, the reference is: {{account.account-test-password}}.
Last updated
Was this helpful?
Was this helpful?