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

feat(postgres) implement SSL connections capability #1425

Merged
merged 1 commit into from
Jul 22, 2016

Conversation

thibaultcha
Copy link
Member

This bumps pgmoon to v1.5.0 and adds the necessary configuration
settings to allow for SSL connections to PostgreSQL when used as Kong's
backend.
It removes the cassandra_ssl_trusted_cert property in favor of
lua_ssl_trusted_certificate in the misc section, since this setting is
not stricly related to Cassandra/Postgres connections but any Lua
cosocket one too.

  • bump pgmoon to v1.5.0
  • add posdtgres and misc default settings for SSL connections
  • document postgres/misc settings for SSL connections
  • remove cassandra_ssl_trusted_cert
  • update kong nginx config compilation tests

Implements #1309

This bumps pgmoon to v1.5.0 and adds the necessary configuration
settings to allow for SSL connections to PostgreSQL when used as Kong's
backend.
It removes the `cassandra_ssl_trusted_cert` property in favor of
`lua_ssl_trusted_certificate` in the misc section, since this setting is
not stricly related to Cassandra/Postgres connections but any Lua
cosocket one too.

* bump pgmoon to v1.5.0
* add posdtgres and misc default settings for SSL connections
* document postgres/misc settings for SSL connections
* remove `cassandra_ssl_trusted_cert`
* update kong nginx config compilation tests

Implements #1309
@Tieske
Copy link
Member

Tieske commented Jul 20, 2016

lgtm

@thibaultcha thibaultcha added pr/ready (but hold merge) No more concerns, but do not merge yet (probably a conflict of interest with another PR or release) and removed pr/status/needs review labels Jul 22, 2016
@thibaultcha
Copy link
Member Author

Tested against an SSL-only server.

@thibaultcha thibaultcha merged commit 4c59404 into next Jul 22, 2016
@thibaultcha thibaultcha deleted the feat/postgres-ssl branch July 22, 2016 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr/ready (but hold merge) No more concerns, but do not merge yet (probably a conflict of interest with another PR or release)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants