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

Popular posts from this blog

matlab - error with cyclic autocorrelation function -

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

c# - What is a good .Net RefEdit control to use with ExcelDna? -