AWS offers a convenient security feature whereby Postgres authentication is performed on a per-instance or per-task basis rather than through presentation of a secret password. It requires that the DB pool periodically refresh a temporary token and use it as the password.
Deadpool should provide first class support for this feature by way of an optional "aws" feature toggle.
https://docs.aws.amazon.com/cli/latest/reference/rds/generate-db-auth-token.html
AWS offers a convenient security feature whereby Postgres authentication is performed on a per-instance or per-task basis rather than through presentation of a secret password. It requires that the DB pool periodically refresh a temporary token and use it as the password.
Deadpool should provide first class support for this feature by way of an optional "aws" feature toggle.
https://docs.aws.amazon.com/cli/latest/reference/rds/generate-db-auth-token.html