Top "Aws-secrets-manager" questions

AWS Secrets Manager helps encrypt, store, and retrieve credentials for your databases and other services.

Using AWS Secrets Manager with Python (Lambda Console)

I am attempting to use Secrets Manager a Lambda function in AWS. Secrets a manager is used to store database …

python amazon-web-services aws-lambda aws-secrets-manager
Parsing secrets from AWS secrets manager using AWS cli

I am retrieving secrets I have stored in AWS secrets manager with the AWS cli like this: aws secretsmanager get-secret-value …

linux amazon-web-services aws-cli aws-secrets-manager
how do I use aws secret manager with nodejs lambda

I tried to wrap the example code snippet to get secrets in a function and then call it but it …

javascript node.js aws-lambda aws-secrets-manager
How to integrate AWS Secret Manager with Spring Boot Application

I have a requirement to retrieve credentials from AWS Secret Manager, and I found that I need to add the …

amazon-web-services spring-boot aws-secrets-manager
Dynamic References to Specify Secret Manager Values in AWS Cloudformation

Is there anyway we can pass dynamic references to Secret Manager to AWS Launch Config User Data? Here is the …

amazon-web-services amazon-cloudformation aws-secrets-manager
How to normalize a private key stored on AWS secrets manager

EDIT: AS OF Feb 2020, AWS SEEMS TO have FIXED THIS BUG. THE BASE64ing and other wise is no longer …

amazon-web-services aws-cli aws-secrets-manager
AWS Secrets Manager can’t find the specified secret

I'm using AWS Fargate and storing sensitive data with Secrets Manager. Task definition should get environment variables from secrets store …

amazon-web-services amazon-ecs aws-fargate aws-secrets-manager
Manage RDS access with AWS Secrets Manager

I am currently working with Eclipse and the AWS Toolkit for Eclipse. My project already works and it is doing …

java amazon-web-services aws-lambda aws-sdk aws-secrets-manager