aws-secrets-manager-rotation-lambdas icon indicating copy to clipboard operation
aws-secrets-manager-rotation-lambdas copied to clipboard

Contains Lambda functions to be used for automatic rotation of secrets stored in AWS Secrets Manager

Results 60 aws-secrets-manager-rotation-lambdas issues
Sort by recently updated
recently updated
newest added

I try to use this script but i found the error ORA-28221: REPLACE not specified because i apply oracle user policy and it requires REPLACE syntax (example: alter user username...

triage/needs-investigation

Almost all of their lambdas dont take into account the password length parameter. Only [four of lambdas](https://github.com/aws-samples/aws-secrets-manager-rotation-lambdas/search?q=PasswordLength) use password length as argument, but it's hardcoded. Can we pass password length...

enhancement

Hi, We tried rotating the secret of non-superusers using master secret. . But It tried connecting with non-superuser only in spite of enabling "use different secret" and it doesn't pick...

I ran into a problem deploying this using KMS-CMKs using a single pass because I can't create the IAM Role first so the CMK policy can include its ARN for...

triage/needs-investigation

So did the following to prepare the depedency package pip install --target ./package pg pip install --target ./package pgdb cd package zip -r ../deployment.zip . [ERROR] Runtime.UserCodeSyntaxError: Syntax error in...

triage/needs-investigation

Please modify the docstring comment for the [`test_secret`](https://github.com/aws-samples/aws-secrets-manager-rotation-lambdas/blob/f7663e746949ef78b5c8c0beed9c25d2e2124367/SecretsManagerRotationTemplate/lambda_function.py#L125) function. What is my code supposed to do if the test fails? Do I return False, or throw an exception? If an...

enhancement

Hello, My team has been working to implement our slightly custom RDS password rotation lambda based on the multi user lambda here: https://github.com/aws-samples/aws-secrets-manager-rotation-lambdas/blob/master/SecretsManagerRDSPostgreSQLRotationMultiUser/lambda_function.py We are granting the master user role...

triage/needs-investigation

MultiUser templates are creating cloned users and replicating grants. Although this is convenient, we have to maintain the different grant methods in the different db engines templates with fair amount...

question

Hi, I tried deploying these manually myself and was unable to import "_pg" inside my lambda environment. It appears related to the issue at https://github.com/jkehler/awslambda-psycopg2 where > This is a...

triage/needs-investigation

*Issue #, if available:* Partially related to #24. *Description of changes:* Updated the PostgreSQL rotation functions to use psycopg2. I've confirmed using this that I can successfully rotate credentials for...

triage/needs-investigation