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(conf) add 'lua_ssl_verify_depth' property #1420

Merged
merged 1 commit into from
Jul 19, 2016

Conversation

thibaultcha
Copy link
Member

When specifying a certificate for datastore connections, it can be
required to adjust the verification depth in the certificates chain.

This adds the lua_ssl_verify_depth directive when and only when a
certificate is configured for Cassandra connections.

Once PostgreSQL SSL connections will be supported, we will handle better
the lua_ssl_trusted_certificate directive as well as the verify depth.

  • New property: new default + added and documented it in
    kong.conf.default
  • new test

Implements #1395

When specifying a certificate for datastore connections, it can be
required to adjust the verification depth in the certificates chain.

This adds the `lua_ssl_verify_depth` directive when *and only when* a
certificate is configured for Cassandra connections.

Once PostgreSQL SSL connections will be supported, we will handle better
the `lua_ssl_trusted_certificate` directive as well as the verify depth.

* New property: new default + added and documented it in
  `kong.conf.default`
* new test

Implements #1395
@thibaultcha thibaultcha merged commit 79f36cd into next Jul 19, 2016
@thibaultcha thibaultcha deleted the feat/verify-depth-setting branch July 19, 2016 18:07
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

Successfully merging this pull request may close these issues.

1 participant