Yangzcy423911 opened a new issue #3225:
URL: https://github.com/apache/apisix/issues/3225
### Issue description
### Environment
* apisix version (cmd: `apisix version`): 2.1
* OS: (cmd: `uname -a`) Centos7.6
* OpenResty / Nginx version: (cmd: `nginx -V` or `openresty -V`)
apisix config.yaml about config etcd
apisix:
config_center: etcd
etcd:
host: # it's possible to define multiple etcd
hosts addresses of the same etcd cluster.
- "https://192.168.1.1:2379" # multiple etcd address, if your etcd
cluster enables TLS, please use https scheme,
# e.g. "https://127.0.0.1:2379".
prefix: "/apisix" # apisix configurations prefix
timeout: 30 # 30 seconds
# resync_delay: 5 # when sync failed and a rest is needed,
resync after the configured seconds plus 50% random jitter
user: root # root username for etcd
password: 123456 # root password for etcd
tls:
verify: true
----------------------------------------------------------------
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]