AWS Secrets Manager
Discover more about the AWS Secrets Manager connector and how to use it on the Digibee Integration Platform.
The content of this documentation is under revision and may change. We appreciate your understanding as we work to improve it.
AWS Secrets Manager manages AWS Secrets Manager services using AWS SDK version 2.x.
Parameters
Take a look at the configuration parameters for the connector. Parameters supported by Double Braces expressions are marked with (DB)
.
General tab
Parameter | Description | Default value | Data type |
---|---|---|---|
Dynamic Account | When active, the connector will use the account dynamically. Otherwise, it will use the account statically. | False | Boolean |
Account Name | The name of the dynamic account used by the connector. This account must have been previously configured in a Store Account connector in the pipeline for this process to take effect. It is only available if the Dynamic Account parameter is active. | N/A | String |
Account | The account used by the connector. It is only available if the Dynamic Account parameter is inactive. | N/A | Account |
Label | Logical name. | N/A | String |
Operation | The operation to perform. | N/A | String |
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 | False | Boolean |
Optional tab
Parameter | Description | Default value | Data type |
---|---|---|---|
Binary Payload | Set if the secret is binary or not. | False | Boolean |
Override Endpoint | Set the need for overidding the endpoint. This option needs to be used in combination with the Uri Endpoint Override parameter. | False | Boolean |
Pojo Request | Whether to use a POJO request as body or not. | False | Boolean |
Region | The region in which Secrets Manager client needs to work. When using this parameter, the configuration will expect the lowercase name of the region (for example ap-east-1) You’ll need to use the name | N/A | String |
Trust All Certificates | Whether to trust all certificates in case of overriding the endpoint. | False | Boolean |
Uri Endpoint Override | Set the overriding URI endpoint. This option needs to be used in combination with the Override Endpoint parameter. | N/A | String |
Headers tab
Parameter | Description | Default value | Data type |
---|---|---|---|
Manager Operation | The operation to perform. | N/A | String |
Manager Max Results | The number of results to include in the response. | N/A | Integer |
Manager Secret Name | The name of the secret. | N/A | String |
Manager Secret Description | The description of the secret. | N/A | String |
Manager Secret Id | The ARN or name of the secret. | N/A | String |
Manager Lambda Rotation Function Arn | The ARN of the Lambda rotation function that can rotate the secret. | N/A | String |
Manager Secret Version Id | The unique identifier of the version of the secret. | N/A | String |
Manager Secret Replication Regions | A comma separated list of Regions in which to replicate the secret. | N/A | String |
Documentation tab
Parameter | Description | Default value | Data type |
---|---|---|---|
Documentation | Section for documenting any necessary information about the connector configuration and business rules. | N/A | String |
Last updated