Google Secret Manager
Discover more about the Google Secret Manager connector and how to use it on the Digibee Integration Platform.
Important information:
This documentation is currently available only in English but will soon be translated into Portuguese.
The content is under revision and may change. We appreciate your understanding as we work to improve the documentation.
Manage Google Secret Manager Secrets.
Parameters
Take a look at the configuration options for the component. Parameters supported by Double Braces expressions are marked with (DB)
.
Required Tab
Parameter | Description | Default value | Data type |
---|---|---|---|
Project | The Google Cloud Project Id name related to the Secret Manager | N/A | string |
Fail On Error | If true will stop pipeline with an error, if false will let the pipeline continue but the output will show a property success with value false | false | boolean |
Optional Tab
Parameter | Description | Default value | Data type |
---|---|---|---|
Service Account Key | Service account key to authenticate an application as a service account | N/A | string |
Operation | The operation to perform on the producer. | string | |
Pojo Request | Specifies if the request is a pojo request | false | boolean |
Headers Tab
Parameter | Description | Default value | Data type |
---|---|---|---|
GoogleSecretManagerOperation | The operation to perform | string | |
CamelGoogleSecretManagerSecretId | The id of the secret | N/A | string |
CamelGoogleSecretManagerVersionId | The version of the secret | latest | string |
Successful executions should output at least a property "success": true
Last updated