{"successStatus":2,"error":"The user name or password is incorrect [userName=[testuser]]","sessionToken":null,"response":null}
使用以下命令在触发 Ignite 授权调用时获取此 REST API 响应:
curl "http://localhost:8080/ignite?cmd=version&ignite.login=[testuser]&ignite.password=[password]"
我已经通过 ignite 的 sqlline 接口创建了这个用户
create user "testuser" with PASSWORD 'password';
这个命令。在我的集群配置文件中启用了身份验证。请告诉我如何摆脱这个错误,我错误或错过了任何步骤。
先感谢您。