-
Notifications
You must be signed in to change notification settings - Fork 2
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
Control plane/data plane forward proxy reference #486
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Diana <[email protected]>
✅ Deploy Preview for kongdeveloper ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
I like it. I agree, this is too random to stick into a page all on its own, and there's no reason to write a how to for a bunch of parameters. |
* `proxy_server`: Proxy server defined as a URL. {{site.base_gateway}} will | ||
only use this option if any component is explicitly configured to use the proxy. | ||
|
||
* `proxy_server_tls_verify`: Toggles server certificate verification if | ||
`proxy_server` is in HTTPS. Set to `on` if using HTTPS (default), or `off` if | ||
using HTTP. | ||
|
||
* `cluster_use_proxy`: Tells the cluster to use HTTP CONNECT proxy support for | ||
hybrid mode connections. If turned on, {{site.base_gateway}} will use the | ||
URL defined in `proxy_server` to connect. | ||
|
||
* `lua_ssl_trusted_certificate` (*Optional*): If using HTTPS, you can also | ||
specify a custom certificate authority with `lua_ssl_trusted_certificate`. If | ||
using the [system default CA](/gateway/{{page.release}}/reference/configuration/#lua_ssl_trusted_certificate), | ||
you don't need to change this value. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's replace this with the config table type, like here: https://github.com/Kong/developer.konghq.com/blob/main/app/gateway/ssl-certificates.md?plain=1#L68
* `proxy_server`: Proxy server defined as a URL. {{site.base_gateway}} will | |
only use this option if any component is explicitly configured to use the proxy. | |
* `proxy_server_tls_verify`: Toggles server certificate verification if | |
`proxy_server` is in HTTPS. Set to `on` if using HTTPS (default), or `off` if | |
using HTTP. | |
* `cluster_use_proxy`: Tells the cluster to use HTTP CONNECT proxy support for | |
hybrid mode connections. If turned on, {{site.base_gateway}} will use the | |
URL defined in `proxy_server` to connect. | |
* `lua_ssl_trusted_certificate` (*Optional*): If using HTTPS, you can also | |
specify a custom certificate authority with `lua_ssl_trusted_certificate`. If | |
using the [system default CA](/gateway/{{page.release}}/reference/configuration/#lua_ssl_trusted_certificate), | |
you don't need to change this value. | |
<!--vale off--> | |
{% kong_config_table %} | |
config: | |
- name: proxy_server | |
- name: proxy_server_tls_verify | |
- name: cluster_use_proxy | |
- name: lua_ssl_trusted_certificate | |
{% endkong_config_table %} | |
<!--vale on--> |
I believe each one also takes a custom description
in case there's something in particular that we need to say that isn't in kong.conf, or if the kong.conf entry is too long.
Description
Fixes #456
Preview Links
https://deploy-preview-486--kongdeveloper.netlify.app/gateway/cp-dp-communication/
Notes for reviewers
Checklist