enterprise_gateway
enterprise_gateway copied to clipboard
need info on configuring the ssl at KIP Module
hi, we had deployed the EG with SSL enabled. We would like to know how to configure the ssl at the KIP. Pls provide some pointers.
surya
Hi @suryag10 - since KIP is cluster-internal, we haven't considered this to be a significant need. The KIP_GATEWAY_HOST env does specify the protocol and we use the requests
package, but I suspect some additional effort would be necessary to implement its ability to interact with an ssl-enabled EG service.
Hi Kevin, Once the EG is SSL Enabled, client connecting to it, whether it may be a internal client or a external client, SSL should be enabled at CLient as well. I am ready with a PR for the SSL config params at KIP. Pls let me know.
Excellent! Please go ahead and submit the PR and we'll get it reviewed.