community.aws
community.aws copied to clipboard
added lookup to generate random password
SUMMARY
This PR adds a new lookup module that will securely generate a random password using the AWS Secrets Manager service. The AWS API is detailed in secretsmanager:GetRandomPassword and requires permission to use this same action. Neither the module nor the AWS service saves the resulting generated password, so if it is needed later, it must be saved by the user.
See the documentation for secretsmanager_random_password.py for more details on usage.
ISSUE TYPE
- New Module Pull Request
COMPONENT NAME
lookup module: community.aws.secretsmanager_random_password