Skip to main content
Starting from Bruno v4.0.0, secret manager configuration has moved from Collection > Secrets to Environment > External Secrets.
  1. Go to Environment > External Secrets and select AWS Secrets Manager
external-secret-overview
  1. You will see the configured Secret Manager accounts list from Preferences settings. Select the AWS Secrets Manager account you want to use.
  • Use Add new account button to add a new AWS Secrets Manager account
aws-account-config
  1. Enter a Name and the AWS Secret Name or ARN for the secret you want to fetch.
    • Name - the alias used to reference the secret in Bruno, e.g. apiCredentials
    • AWS Secret Name / ARN - the exact secret name or full ARN, e.g. prod/api-key or arn:aws:secretsmanager:us-east-1:123456789012:secret:prod/api-key
  2. Click the Fetch Secrets button in the top-right corner.
  3. The fetched secret keys and their values appear in the Secret Keys column.
Use three dots menu to:
  • Edit account to edit the account details
  • Remove secret manager to remove the secret manager configuration
aws-edit-account