AWS Secrets Manager Plugin
The AWS Secrets Manager integration is used to retrieve secrets from AWS secrets manager to use in your tasks and automations. The integration also lets you create, get, update, and delete secrets in the AWS secrets manager from Release.
AWS Secrets Manager plugin provides the following features:
- Set Secret
- Update Secret
- Get Secret
- Delete Secret
Prerequisites
For AWS Secrets Manager integration, you need an AWS Secrets Manager server running and accessible via HTTP(s).
Set up Connection to AWS Secrets Manager Server
- From the navigation pane, under CONFIGURATION, click Connections.
- Under Secrets management, next to AWS Secrets Manager, click . The New AWS Secrets Manager page opens.
- In the Title field, enter a name for the configuration.
- In the AWS Region field, enter the AWS region.
- In the Access Key field, enter the AWS access key to connect to AWS.
- In the Access Secret field, enter the AWS secret access to connect to AWS.
- If required, enter proxy details.
- To test the connection, click Test.
- To save the configuration, click Save.
Set Secret
This task lets you create a secret in AWS Secrets Manager. The task takes in parameters like the configured server, secret name, and secret value.
Update Secret
This task lets you update a secret in AWS Secrets Manager. The task takes in parameters like the configured server, secret name, and secret value.
Get Secret
This task lets you retrieve a secret and store it in an output password variable which can be used in subsequent tasks. The task takes in parameters like the configured server, secret name, and secret value.
Delete Secret
This task lets you delete a secret from AWS Secrets Manager. The task takes in parameters like the configured server and secret name.