Skip to main content
Version: Early Access

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

  1. From the navigation pane, under CONFIGURATION, click Connections.
  2. Under Secrets management, next to AWS Secrets Manager, click add button. The New AWS Secrets Manager page opens.
  3. In the Title field, enter a name for the configuration.
  4. In the AWS Region field, enter the AWS region.
  5. In the Access Key field, enter the AWS access key to connect to AWS.
  6. In the Access Secret field, enter the AWS secret access to connect to AWS.
  7. If required, enter proxy details.
  8. To test the connection, click Test.
  9. To save the configuration, click Save.

Create AWS Secret Manager server

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.

aws-secrets-manager-set-secret

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.

aws-secrets-manager-update-secret

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.

aws-secrets-manager-get-secret

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.

aws-secrets-manager-delete-secret