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 2021/02/25 01:23:08 UTC

[GitHub] [apisix] belongwqz opened a new issue #3664: bug: Should add a custom_plugins CI to make config easy

belongwqz opened a new issue #3664:
URL: https://github.com/apache/apisix/issues/3664


   ### Issue description
   If I want to enable my plugin, I have two choices:
   1.modify the `config-default.yaml` and append my plugin name to the `plugins`, it's easy, but not recommended .
   2.copy all the `plugins` from `config-default.yaml` to `config.yaml`, then append my plugin name, it makes the `config.yaml` quite messy.
   
   ### Environment
   
   * apisix version (cmd: `apisix version`):
   * OS (cmd: `uname -a`):
   * OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`):
   * etcd version, if have (cmd: run `curl http://127.0.0.1:9090/v1/server_info` to get the info from server-info API):
   * apisix-dashboard version, if have:
   
   ### Minimal test code / Steps to reproduce the issue
   
   1.
   2.
   3.
   
   ### What's the actual result? (including assertion message & call stack if applicable)
   
   ### What's the expected result?
   The `config-default.yaml` should look like:
   ```
   ...
   plugins:
     ...
     - xxx
   custom_plugins:  #empty
   ...
   ```
   The `config.yaml` should look like:
   ```
   ...
   plugins:
     ...
     - xxx
   custom_plugins:
     - my_plugin
   ...
   ```


----------------------------------------------------------------
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.

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



[GitHub] [apisix] github-actions[bot] closed issue #3664: discuss: Should add a custom_plugins section to make config easy

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #3664:
URL: https://github.com/apache/apisix/issues/3664


   


-- 
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] github-actions[bot] commented on issue #3664: discuss: Should add a custom_plugins section to make config easy

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #3664:
URL: https://github.com/apache/apisix/issues/3664#issuecomment-1034730471


   This issue has been marked as stale due to 350 days of inactivity. It will be closed in 2 weeks if no further activity occurs. If this issue is still relevant, please simply write any comment. Even if closed, you can still revive the issue at any time or discuss it on the dev@apisix.apache.org list. Thank you for your contributions.


-- 
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] github-actions[bot] commented on issue #3664: discuss: Should add a custom_plugins section to make config easy

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #3664:
URL: https://github.com/apache/apisix/issues/3664#issuecomment-1049692230


   This issue has been closed due to lack of activity. If you think that is incorrect, or the issue requires additional review, you can revive the issue at any time.


-- 
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