AwsSecretsManager
AWS Secrets Manager helps you to securely encrypt, store, and retrieve credentials for your databases and other services.
- Category
- Authentication & Identity Management
- Pack
- Aws-SecretsManager
Configuration parameters
- defaultRegion — AWS Default Region (required)
- roleArn — Role Arn
- roleSessionName — Role Session Name
- sessionDuration — Role Session Duration
- credentials — Access Key
- timeout — Timeout
- retries — Retries
- isFetchCredentials — Fetches credentials
- sts_regional_endpoint — AWS STS Regional Endpoints
- proxy — Use system proxy settings
- insecure — Trust any certificate (not secure)
- disable_sensitive_commands — Disable sensitive commands
Commands (5)
- aws-secrets-manager-secret-list — Retrieve all secrets.
- aws-secrets-manager-secret–delete — Delete a specific secret.
- aws-secrets-manager-secret–policy-get — Get the Secret Manager policy for a specific secret.
- aws-secrets-manager-secret–restore — Restore a specific secret after deletion.
- aws-secrets-manager-secret–value-get — Retrieve a secret value by key. This command can be disabled using the **Disable sensitive commands** parameter.