Skip to content

bug: The consumer can not be delete by dashboard which created by admin API  #718

@idbeta

Description

@idbeta
  • Why do you submit this issue?
  • Question or discussion
  • Bug
  • Requirements
  • Feature or performance improvement
  • Other

I used admin API created a consumer like this

curl http://127.0.0.1:9080/apisix/admin/consumers -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d '
{
  "username": "user123",
  "plugins": {
      "jwt-auth": {
          "key": "dd",
          "secret": "my-secret-key"
      }
  }
}'

but when I try to delete it by dashboard, it prompt error
image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions