shreemaan-abhishek opened a new pull request, #13194:
URL: https://github.com/apache/apisix/pull/13194

   ## Summary
   
   - Replace module-level shared `headers_cache` and `params_cache` tables in 
cls-sdk with per-request local tables to prevent data leaking between 
concurrent requests.
   - Add `ssl_verify` plugin configuration option (default: `true`) so TLS 
certificate verification is no longer unconditionally disabled.
   - Add enum validation for `scheme` to restrict it to `http` and `https`.
   
   ## Test plan
   
   - [ ] Existing `t/plugin/tencent-cloud-cls.t` tests pass
   - [ ] Verify `ssl_verify` defaults to `true` and is correctly passed through 
to the HTTP client


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to