We are switching to AWS IAM for database authentication. I need to be able to generate the password token and use it for establishing a databases connection:
/opt/homebrew/bin/aws rds generate-db-auth-token --hostname %HOSTNAME% --port %PORT% --region us-east-1 --username %USERNAME% --profile [profile-name]
PG Admin supports this method as an advanced database connection feature named “Password exec command.”
Is there a way to do this now?
If not, can this be added as a feature?
Thank you,
Jared