mikyll commented on issue #12742:
URL: https://github.com/apache/apisix/issues/12742#issuecomment-3511547392
How are you running APISIX?
Can you try adding `0.0.0.0/0` to `allow_admin` field in `config.yaml`?
```yaml
deployment:
admin:
allow_admin:
- 127.0.0.0/24
- 0.0.0.0/0 # <-- this
```
--
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]