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

[ERROR] Runtime.ImportModuleError: Unable to import module 'lambda_function': No module named 'pymssql._pymssql' Traceback (most recent call last)

Recently, we connected an RDS proxy to our RDS PostgreSQL cluster. Then we changed the host url in the secret from the cluster endpoint to the RDS endpoint. We noticed...

*Description of changes:* - Simplify Redshift connection with the AWS Supported [`redshift_connector`](https://docs.aws.amazon.com/redshift/latest/mgmt/python-connect-examples.html) module. - Add explicit logging on connection attempts. - Circumvent errors with `pg-0-1` on Python 3.9 & 3.10...

enhancement

It is currently very hard to create a resource policy for the master database user secret in a multi user secret rotation template. The name of the IAM role doesn’t...

enhancement

MySQL MultiUser lambda assumes that user host is '%'. It is true if user is created as follows: - CREATE USER appuser IDENTIFIED BY 'somesecret' - CREATE USER appuser@'%' IDENTIFIED...

bug

*Issue #101 * *Description of changes:* - Extend SecretsManagerRDSMySQLRotationMultiUser lambda to support dynamically obtained HOST value of the user to be rotated. By submitting this pull request, I confirm that...

## Summary: Support admin user rotation for Redshift Serverless Namespaces using the [update_namespace](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift-serverless.html#RedshiftServerless.Client.update_namespace) API ## Details Redshift Serverless separates out database (namespace) and compute (workgroup) into distinct resources. Generally a...

enhancement

*Issue #, if available:* N/A *Description of changes:* The InfluxDB Single and Multi-user Secret Rotation Lambdas enables the automatic rotation for users and tokens with `Timestream for InfluxDB`. The Multi-user...

Add a lambda that rotates any keytab associated with the password in AWS Directory Service’s Managed AD. This lambda can be deployed to the user’s account from Secrets Manager in...

Rotation Type for Elastic-cache is missing on the documentation : https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-rotationschedule-hostedrotationlambda.html Can someone please share the correcr name if is any?