apache / apisix-go-plugin-runner

Go Plugin Runner for APISIX
https://apisix.apache.org/
Apache License 2.0
173 stars 68 forks source link

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

Open yanmxa opened 11 months ago

yanmxa commented 11 months ago

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