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

APICast Nginx module - Initial bootstrap #1

Merged
merged 1 commit into from
Apr 10, 2020

Conversation

eloycoto
Copy link
Contributor

This module adds support to enable upstream client certificates, to
store the certificates in each request and avoid the need to use
proxy_client_certificate_*

The FFI functions that are exported:

ngx_http_apicast_ffi_set_proxy_cert_key
ngx_http_apicast_ffi_set_proxy_ca_cert

The Upstream code will call to a connection handler, that will update
SSL certificates that are in use.

ngx_http_upstream_secure_connection_handler

Signed-off-by: Eloy Coto [email protected]

This module adds support to enable upstream client certificates, to
store the certificates in each request and avoid the need to use
proxy_client_certificate_*

The FFI functions that are exported:

```
ngx_http_apicast_ffi_set_proxy_cert_key
ngx_http_apicast_ffi_set_proxy_ca_cert
```

The Upstream code will call to a connection handler, that will update
SSL certificates that are in use.

```
ngx_http_upstream_secure_connection_handler
```

Signed-off-by: Eloy Coto <[email protected]>
@eloycoto eloycoto merged commit 97491ac into 3scale:master Apr 10, 2020
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