Skip to content

Read passwords from ~/.pgpass #267

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
zware opened this issue Feb 28, 2018 · 2 comments
Closed

Read passwords from ~/.pgpass #267

zware opened this issue Feb 28, 2018 · 2 comments

Comments

@zware
Copy link

zware commented Feb 28, 2018

The password file is an incredibly useful tool, it would be nice to have support for it in asyncpg.

Thanks!

@corby
Copy link

corby commented Mar 1, 2018

+1000
It is critical from a security standpoint that the code can read form a secured .pgpass file.
Postgres has made this a standard security feature so we can deploy to cloud clusters and install the pgpass file using a secured method outside of the app setup.

elprans added a commit that referenced this issue Mar 4, 2018
This largely mirrors libpq's behaviour with respect to ~/.pgpass.

Fixes: #267.
elprans added a commit that referenced this issue Mar 4, 2018
This largely mirrors libpq's behaviour with respect to ~/.pgpass.

Fixes: #267.
elprans added a commit that referenced this issue Mar 4, 2018
This largely mirrors libpq's behaviour with respect to ~/.pgpass.

Fixes: #267.
elprans added a commit that referenced this issue Mar 4, 2018
This largely mirrors libpq's behaviour with respect to ~/.pgpass.

Fixes: #267.
elprans added a commit that referenced this issue Mar 4, 2018
This largely mirrors libpq's behaviour with respect to ~/.pgpass.

Fixes: #267.
elprans added a commit that referenced this issue Mar 4, 2018
This largely mirrors libpq's behaviour with respect to ~/.pgpass.

Fixes: #267.
elprans added a commit that referenced this issue Mar 4, 2018
This largely mirrors libpq's behaviour with respect to ~/.pgpass.

Fixes: #267.
elprans added a commit that referenced this issue Mar 7, 2018
This largely mirrors libpq's behaviour with respect to ~/.pgpass.

Fixes: #267.
elprans added a commit that referenced this issue Mar 7, 2018
This largely mirrors libpq's behaviour with respect to ~/.pgpass.

Fixes: #267.
@zware
Copy link
Author

zware commented Mar 7, 2018

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants