> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usebruno.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Adding AWS Secrets Manager

AWS Secrets Manager can be integrated with Bruno to securely manage and retrieve secrets for your collections. This guide walks you through the process of adding AWS Secrets Manager as a secret provider in Bruno.

## Configuration Steps

1. **Access Secrets Manager Settings**
   * Navigate to the **Preferences** settings (bottom-left sidebar).
   * Go to the **Secrets Manager** section.

<img src="https://mintcdn.com/bruno-a6972042/bKrHa_JvyAqCslj1/images/screenshots/secret-variables/hashicorp-vault/adding-a-secret-provider/1-secrets-home-window.webp?fit=max&auto=format&n=bKrHa_JvyAqCslj1&q=85&s=24e2de46e436b8af7ea89d26d2878a6f" alt="vault-secrets" width="2468" height="1310" data-path="images/screenshots/secret-variables/hashicorp-vault/adding-a-secret-provider/1-secrets-home-window.webp" />

2. **Add a New Secret Provider**

   * Click the `+ Add Secret Provider` button.
   * Select **AWS Secrets Manager** as the provider type.

   <img src="https://mintcdn.com/bruno-a6972042/bKrHa_JvyAqCslj1/images/screenshots/secret-variables/aws-secret-manager/2-secret-manager-option.webp?fit=max&auto=format&n=bKrHa_JvyAqCslj1&q=85&s=8104fc0b1e9315205848424972f15b56" alt="AWS Secret Manager Dialog" width="2468" height="1306" data-path="images/screenshots/secret-variables/aws-secret-manager/2-secret-manager-option.webp" />

3. **Enter AWS Credentials**
   * Fill in the required fields:

     * **Access Key ID**
     * **Secret Access Key**
     * **Session Token** (if applicable)
     * **Region**

     <img src="https://mintcdn.com/bruno-a6972042/bKrHa_JvyAqCslj1/images/screenshots/secret-variables/aws-secret-manager/3-config-aws-secrets.webp?fit=max&auto=format&n=bKrHa_JvyAqCslj1&q=85&s=84abfd3b2d01664566b7a2b1210fdbd8" alt="Configure AWS Secrets" width="2468" height="1306" data-path="images/screenshots/secret-variables/aws-secret-manager/3-config-aws-secrets.webp" />

4. **Test the Provider**
   * Use the `Test Provider` feature to verify your connection and credentials.

5. **Save the Configuration**
   * Click on the `Save` button to save the secret provider configuration.

## Next Steps

Once you have successfully added AWS Secrets Manager as a secret provider, you can:

* [Configure and fetch secrets](./configuring-and-fetching-secrets) - Learn how to set up secret mappings and retrieve secrets from AWS
* [Using secrets in Bruno](./using-secrets) - Learn how to use fetched secrets in your API requests
