-
Notifications
You must be signed in to change notification settings - Fork 236
Correct clientcert value in pg_hba.conf for Postgresql >= 12 #380
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
Correct clientcert value in pg_hba.conf for Postgresql >= 12 #380
Conversation
@jhunt-steds thanks for the PR, can you please rebase? |
d3f3435
to
66737ab
Compare
Sorry, I apparently did the rebase in some wrong way that closed the PR for some reason; I'm not really a developer and don't understand git well, but it at least does apply cleanly now I think. |
Apologies again, it appears I forgot to run the linter/tests after my rebase yesterday. Everything should be correct now. |
Looks like the failing checks were the result of some network error rather than the changes themselves. Both contain a Ruby stack trace from the first test that has this line:
|
12 and up, that is.
PuppetDB 8.0.0 requires Postgresql 14 or later, but starting in 12 the syntax for the clientcert option in pg_hba.conf changed. This PR implements the new syntax when a newer version of Postgresql is requested by the user.