You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) connection to server at "myhostnameis" (my.ip.is.00), port 5432 failed: FATAL: password authentication failed for user "myloginname"
if I run stellar with a debugger python3 -m pdb -m stellar ... i can see that psycopg2/__init__.py:connect haw a dsn where "password=***"
my stellar.yml file is plain, and the init worked fine
I have a funny case of
if I run stellar with a debugger
python3 -m pdb -m stellar ...
i can see thatpsycopg2/__init__.py:connect
haw adsn
where"password=***"
my stellar.yml file is plain, and the init worked fine
in a debugger i can also see that stellar's
self.config
has the password in plain text. super weird.The text was updated successfully, but these errors were encountered: