postgresql - Need to require a Postgres user on AWS RDS to login with password -
i have new postgres database on rds. have set database publicly accessible can login via ssh. can without supplying password. want force user have login password.
all of searches solutions recommend editing .pgpass file don't think applies postgres database on rds.
if know how appreciate help
aws postgres rds not support password-less login via database parameter group change e.g. turning on trust authentication.
if not being prompted password when using psql, must using .pgpass file locally. can confirm temporarily removing file or renaming file , trying connect; should prompted password.
Comments
Post a Comment