Moved from GitHub ratel/136
Posted by danielmai:
Same as #135, but for users.
Steps to reproduce:
- Run Dgraph cluster with ACLs enabled
- Login as groot
- Add a ACL user called “aUser”
- Query for the group with the CLI tool:
$ dgraph acl info -u aUser
[Decoder]: Using assembly version of decoder
Running transaction with dgraph endpoint: 127.0.0.1:9080
Current password for groot:
Login successful.
Unable to show info: The user "aUser" does not exist.
Although Ratel says there’s a user, it’s not detected via the CLI tool.