spacewander commented on issue #2662:
URL: https://github.com/apache/apisix/issues/2662#issuecomment-723717505
Can't reproduce in my side.
```
¥ curl 127.0.0.1:9080/apisix/admin/plugins/list -H 'X-API-KEY:
edd1c9f034335f136f87ad84b625c8f1'
["skywalking"]
```
My configuration:
```
apisix:
admin_key:
-
name: "admin"
key: edd1c9f034335f136f87ad84b625c8f1 # using fixed API token has
security risk, please
# update it when you deploy to
production environment
role: admin
plugins:
- skywalking
```
Have you restarted APISIX after changing the configuration?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]