aws-samples / aws-iot-twinmaker-samples

Apache License 2.0
97 stars 77 forks source link

Switched to an auto-generated password for cognito admin #162

Closed bucketdeveloper closed 1 month ago

bucketdeveloper commented 1 month ago

*Issue #: https://t.corp.amazon.com/V1505872818

Description of changes:

The Cognito admin password was previously set to a static value for every instance of the CookieFactoryv3 demo.

This has now been updated to use the "aws secretsmanager get-random-password" command to generate a new admin password for every deployment.

johnnyw-aws commented 1 month ago

Thanks for helping to make this sample more secure!