You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/08/12 03:23:34 UTC

[GitHub] [apisix-helm-chart] lewiseliu opened a new issue, #324: public-api plugin is missed in apisix-helm-chart/charts/apisix/values.yaml

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": {}
       }
   }'
   
   ![image](https://user-images.githubusercontent.com/64183643/184279212-e5e7b098-f83e-4cb9-a461-514576404668.png)
   
   


-- 
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: notifications-unsubscribe@apisix.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-helm-chart] tzssangglass commented on issue #324: public-api plugin is missed in apisix-helm-chart/charts/apisix/values.yaml

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on issue #324:
URL: https://github.com/apache/apisix-helm-chart/issues/324#issuecomment-1212696289

   we can try
   
   ```
   plugins:
   - public-api
   - jwt-auth
   ```
   ?


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-helm-chart] tokers commented on issue #324: public-api plugin is missed in apisix-helm-chart/charts/apisix/values.yaml

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #324:
URL: https://github.com/apache/apisix-helm-chart/issues/324#issuecomment-1214349510

   I think we can submit a PR to update the default plugin list.


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org