mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-22 00:05:24 -06:00
e46400d232
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>