leslie-tsang commented on issue #6936:
URL: https://github.com/apache/apisix/issues/6936#issuecomment-1110488331
Hello there, @JohnnyQianP , I had just create test env with followed
command, Unfortunately I can't reproduce the issue in my test env. More
detailed reproduction steps with configuration information in needed.
```bash
# create test with apisix-docker
export APISIX_WORKBENCH=/home/runner/work/apisix/apisix-docker
mkdir -p ${APISIX_WORKBENCH}
cd ${APISIX_WORKBENCH}
# git clone repo
git clone --recursive https://github.com/apache/apisix-docker.git
${APISIX_WORKBENCH}
# launch apisix env with docker
pushd example
docker-compose up -d
popd
# create test route
curl -X PUT 'http://localhost:9080/apisix/admin/routes/r1' -H 'X-API-KEY:
edd1c9f034335f136f87ad84b625c8f1' -d '{ "uri":"/apisix/plugin/jwt/sign",
"plugins":{ "public-api": {} } }'
```
> Create test route output
```bash
{"action":"set","node":{"key":"\/apisix\/routes\/r1","value":{"id":"r1","status":1,"update_time":1651029414,"priority":0,"plugins":{"public-api":{}},"uri":"\/apisix\/plugin\/jwt\/sign","create_time":1651028603}}}
```
--
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]