JieTrancender commented on a change in pull request #951:
URL: https://github.com/apache/apisix-dashboard/pull/951#discussion_r537231056
##########
File path: api/test/shell/cli_test.sh
##########
@@ -93,3 +93,57 @@ if [[ `grep -c "INFO" ./error.log` -eq '0' ]]; then
echo "failed: failed to write log on right level"
exit 1
fi
+
+
+# etcd basic auth
+# add root user
+curl -L http://localhost:2379/v3/auth/user/add \
+ -X POST -d '{"name": "root", "password": "root"}'
Review comment:
ok
----------------------------------------------------------------
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]