Question
Accenture
SG
Last activity: 28 Aug 2024 7:52 EDT
Integration with AWS Secrets Manager to store user login credentials for Pega
Hi, I would like to store Pega user login credentials in AWS Secrets Manager, which have been previously hardcoded in plaintext form in prpcServiceUtils.properties file.
Just to provide some context here, we are automating the application deployment process where once the application file is in the EC2 instance, the code should automatically read the username and password stored in secrets manager and take in the file. Previously, we attempted the same method using hardcoded plaintext credentials and it worked, however due to security reasons we should not expose the credentials in public, thus exploring this option of using AWS Secrets Manager to store our credentials.