mkyc opened a new issue, #11158:
URL: https://github.com/apache/apisix/issues/11158
### Current Behavior
Currently only possible type passed to `ext-plugin-pre-req` value is
`string`. So to pass anything else then just single value we need to encode it.
```yaml
plugins:
- config:
conf:
- name: my-plugin
value: "{\"test\":\"ugly\"}"
enable: true
name: ext-plugin-pre-req
```
### Expected Behavior
It'd be much nicer to make it possible to pass anything there i.e.:
```yaml
plugins:
- config:
conf:
- name: my-plugin
value:
test: "nice"
enable: true
name: ext-plugin-pre-req
```
### Error Logs
_No response_
### Steps to Reproduce
NA
### Environment
NA
--
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]