mstefany commented on PR #712:
URL:
https://github.com/apache/apisix-helm-chart/pull/712#issuecomment-1978666287
Any possibility for a review and/or discussion, please?
It would be actually useful to control both list of enabled plugins and
`plugin_attrs` in the ConfigMap.
One new option that could be useful is:
```
gateway:
plugin_attrs:
opentelemetry:
...
plugins:
enable:
- plugin1
- plugin2
disable:
- plugin3
- plugin4
```
gateway.plugins.enable would add something to the list of default plugins,
while disable would remove it. My concern here is - if plugins need to be
specified in the list by their priority or if order just doesn't matter.
--
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]