-
Notifications
You must be signed in to change notification settings - Fork 175
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
Postgres tls/sslmode "verify-full" as default #248
Postgres tls/sslmode "verify-full" as default #248
Conversation
Thanks, @maab!
Never mind, I rebased that branch. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, forgot about one thing: this needs to get documented. Could you change the Readme to be explicit about it?
Also, I'll recreate the 2.0.0
branch.
@maab would you be available to document the change? I can throw something in the readme if not. |
Sorry for the late reply, I was on vacation. I'll block time to extend the readme next week. |
Sure, @maab, no rush. Sorry for bugging you on your vacation, hope you enjoyed your time off! |
Thank you @iegomez and absolutely no problem. I've pushed a suggestion for a extension of the readme. |
Thanks, @maab! I'll get it merged and release the new version later today. |
One question, @maab: is this passing tests? I'd think this test case would need to have I'm out of the country and only have my work machine with me, which is not configured to either have working services for running tests, nor the Docker test script, so I can't reliably check. |
@maab I tried running test through Docker but there's something weird going on in this machine and I failed to do so. |
Again, sorry for the late feedback. You're right, some of the tests failed because of the |
@maab It takes me some times weeks to even respond, so no worries at all. |
With this PR
verify-full
will be the default postgres sslmode instead ofdisable
. A user then has to actively disable transport layer security. This improves security and hopefully awareness of users for it.