apache / apisix-dashboard

Dashboard for Apache APISIX
https://apisix.apache.org/
Apache License 2.0
1.01k stars 527 forks source link

Enabling the plugin Proxi-Control gives an error and the Etzd user has the wrong password #2949

Open wangchao732 opened 5 months ago

wangchao732 commented 5 months ago

Issue description

{"level":"warn","ts":"2024-06-11T06:09:38.947096Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-06-11T06:09:38.578197Z","time spent":"368.886308ms","remote":"10.30.1.139:37184","response type":"/etcdserverpb.Auth/Authenticate","request count":-1,"request size":-1,"response count":-1,"response size":-1,"request content":""}

Expected behavior

1718091378549

How to Reproduce

1718091378549

Screenshots

No response

Environment

Additional context

No response

langhaoabcd commented 3 months ago

apisix-dashborad config.yml add etcd auth

etcd:
    endpoints:            # supports defining multiple etcd host addresses for an etcd cluster
      - 127.0.0.1:2379
    username: "root"    # ignore etcd username if not enable etcd auth
    password: "123456"