apisix-go-plugin-runner icon indicating copy to clipboard operation
apisix-go-plugin-runner copied to clipboard

request help: How to get the cert and cacert from the plugin request

Open yanmxa opened this issue 2 years ago • 0 comments

Issue description

It seems we can't get the certs, curl --cert file1.crt --cacert file2.crt, from the request of the default plugin.

In this case, we can only load the cert content in the header, which is not convenient. So is it possible to extend it for obtaining certificates based on the file path?

Environment

  • APISIX Go Plugin Runner's version:
  • APISIX version:
  • Go version:
  • OS (cmd: uname -a):

yanmxa avatar Nov 03 '23 18:11 yanmxa