Files
releases/plugins/rest
Patrick East e46400d232 Create new HTTP rest client for each download
The HTTP client we were using for bundle downloads was being loaded
once and then re-used. This was problematic for users that configure
cert files and then have them change.

This updates the client wrapper in OPA to re-create the underlying
client for each request.

Fixes: #1898
Signed-off-by: Patrick East <east.patrick@gmail.com>
2019-12-13 12:39:14 -08:00
..