mangolost opened a new issue, #11255:
URL: https://github.com/apache/apisix/issues/11255

   ### Description
   
   We deploy apisix in standalone mode and use apisix.yaml to config our 
routes. 
   
   Since routes are a lot and the plugins used are similar, we intend to use 
[plugin_config] to extract commonly used plugin configurations. In this case, 
we can just use plugin_config_id in [routes] and it appears more consice.
   
   However, it does not work and the request fails with a status code of 503.
   
   We notice that [plugin_config] is not mentioned in official document: 
https://apisix.apache.org/docs/apisix/3.2/deployment-modes/#standalone. Does is 
mean that [plugin_config] is not supported in standalone mode and can only be 
set with Admin API?
   
   Can [plugin_config] be supported in in apisix.yaml with standalone 
deployment mode?


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

Reply via email to