Closed benoitvidis closed 4 years ago
Thanks for reporting this issue!
I tried to reproduce on Kuzzle 2.3.1
but without success:
Creates an user:
$ kourou sdk:query security:createUser -a _id=aschen --body '{ content: { profileIds: ["default"] } }'
Creates an API key for the user:
# using kourou in http
$ kourou sdk:query security:createApiKey -a userId=aschen --body '{description: "test"}'
# using curl
$ curl -X POST -H "Content-Type: application/json" localhost:7512/users/aschen/api-keys/_create --data '{"description": "test"}'
OK, sorry for the inconvenience. According to the user, it works now.
Most likely, a conflict with