You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, get_user_info returns a list of UUIDs when requesting info about a user, and therefore, teos-cli get_user display those. This is a bit counter-intuitive given, for the user's/admin's sake, everything is identified by locator. Also, UUIDs can be recreated from the Locator and the given user, so we could just simply display Locator's here.
Do this once #190 is landed, given it'll make more sense once we don't have any data in memory.
The text was updated successfully, but these errors were encountered:
Currently,
get_user_info
returns a list ofUUID
s when requesting info about a user, and therefore,teos-cli get_user
display those. This is a bit counter-intuitive given, for the user's/admin's sake, everything is identified bylocator
. Also,UUID
s can be recreated from theLocator
and the given user, so we could just simply displayLocator
's here.Do this once #190 is landed, given it'll make more sense once we don't have any data in memory.
The text was updated successfully, but these errors were encountered: