concourse / concourse-bosh-deployment

A toolchain for deploying Concourse with BOSH.
Apache License 2.0
86 stars 155 forks source link

docs(secure-internal-postgres): add available ssl mode options #241

Closed JefeDavis closed 2 years ago

JefeDavis commented 3 years ago

add available options to specify sslmode for uaa jdbc database connection

Closes #240

taylorsilva commented 3 years ago

Thanks for the PR!

Can you add the sign-off line to your commit? It's quite common for OSS projects to require it. If your local git has your name and email configured you can run:

git commit --amend --no-edit --signoff

Or you can manually edit the commit with

git commit --amend

and add the sign-off line in the commit messageSigned-off-by: First Last <name@example.com>. Then update the branch by force pushing:

git push --force
JefeDavis commented 2 years ago

@taylorsilva @xtremerui I apologize i never actually got a notification on this one, I've fixed it up for you, i had done that commit from a customer provided computer and didn't have all my settings :)

xtremerui commented 2 years ago

Thank you for the PR!