lewiseliu opened a new issue, #324: URL: https://github.com/apache/apisix-helm-chart/issues/324
public-api plugin is missed in apisix-helm-chart/charts/apisix/values.yaml ,which caused exception - not found. After adding the plugins by manual, the api can work well. ``` # APISIX plugins to be enabled plugins: - public-api ``` curl -X PUT 'http://127.0.0.1:9080/apisix/admin/routes/r1' \ -H 'X-API-KEY: <api-key>' \ -H 'Content-Type: application/json' \ -d '{ "uri": "/apisix/plugin/jwt/sign", "plugins": { "public-api": {} } }'  -- 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]
