Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wangchao732 opened this issue Jun 11, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@wangchao732
Copy link

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

  • apisix version (cmd: apisix version):
  • OS (cmd: uname -a):
  • OpenResty / Nginx version (cmd: nginx -V or openresty -V):
  • etcd version, if have (cmd: run etcd --version):
  • apisix-dashboard version, if have:
  • Browser version, if have:

Additional context

No response

@wangchao732 wangchao732 added the bug Something isn't working label Jun 11, 2024
@langhaoabcd
Copy link

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants