community.aws icon indicating copy to clipboard operation
community.aws copied to clipboard

added lookup to generate random password

Open andrewjroth opened this issue 1 year ago • 20 comments

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

andrewjroth avatar Nov 10 '23 15:11 andrewjroth