Description
Currently the NodeRequestHandler does not allow to use http
protocol in makeRequet. We are using internal k8s URLs for fetching the datafile because our services run within the same cluster. We don't have SSL running because of overhead when run within the same cluster. This causes and issue for fetching the datafile. Can you please introduce a configuration to make this check optional if users know what they are doing?
Benefits
Allows fetching when users deliberately want to use http
.
Detail
No response
Examples
No response
Risks/Downsides
No response