juliosueiras commented on issue #12662:
URL: https://github.com/apache/apisix/issues/12662#issuecomment-5041984258
@pavankumar-go so fix (not sure if intentional or not) is disabling the
admin service for apisix
```yaml
apisix:
admin:
enabled: false
```
this is due to this section
https://github.com/apache/apisix/blob/master/apisix/core/config_yaml.lua#L567-L571
essentially never reach to the update config line if admin service is enabled
--
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]