Skip to content
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

Support client authentication for postgres #222

Open
wangxiaoying opened this issue Feb 1, 2022 · 2 comments
Open

Support client authentication for postgres #222

wangxiaoying opened this issue Feb 1, 2022 · 2 comments

Comments

@wangxiaoying
Copy link
Contributor

Thanks for replying so quickly. My use case really revolves around the way our database is secured. Typically a client will request access and certificates are issued through a Vault. So in my case I only have 3 certs and no password is issued.

Originally posted by @frostpuppet in #104 (comment)

@wangxiaoying wangxiaoying added this to the 0.2.4 milestone Feb 1, 2022
@wangxiaoying wangxiaoying removed this from the 0.2.4 milestone Feb 28, 2022
@wangxiaoying
Copy link
Contributor Author

Hi @frostpuppet, sorry for the late response. We have added the support for client authentication in our newest version 0.2.5. To set up the certs and keys, you need to add the url params like this "?sslmode=require&sslrootcert={postgres_rootcert}&sslcert={postgres_sslcert}&sslkey={postgres_sslkey}". Can you try to see whether it works?

@frostpuppet
Copy link

sorry for the delay. let me get it tried out.

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