kayx23 commented on issue #11255: URL: https://github.com/apache/apisix/issues/11255#issuecomment-2148914356
Hi @mangolost , plugin configs should be supported and you may see the test case here: https://github.com/apache/apisix/blob/master/t/config-center-yaml/plugin-configs.t I'll be updating the issue to a `docs` issue. As for the 503, please make sure you have first created the `plugin_config` resource with the ID you would like to reference in routes. The error seems to be caused by referencing to a `plugin_config` ID that does not exist. <img width="446" alt="image" src="https://github.com/apache/apisix/assets/39619599/cc7bd4c7-7720-4567-b46b-7a595e2c7a16"> -- 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]
