How to find database credentials
How to find personal database user credentials (WIP)
After a pull request is approved, a new secret will be created in AWS Secrets Manager in the relevant AWS account.
The secret name follows this format:
<username>_db_user
From the AWS Console, this secret is accessible only to that user and contains the database credentials:
- Username
- Password
Note
Database user passwords are rotated automatically every month.