Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

User related calls required. #994

Open
SahilTikale opened this issue Apr 12, 2018 · 4 comments
Open

User related calls required. #994

SahilTikale opened this issue Apr 12, 2018 · 4 comments

Comments

@SahilTikale
Copy link
Contributor

Following calls are needed in CLI.
User privilege should be administrator for these calls.

List all users of HIL,

hil user list

For a given show whether it is admin or regular and to what projects it is assigned.

hil user show <username>
@xuhang57
Copy link
Contributor

maybe
hil-admin user list
hil-admin user show <username>

@SahilTikale
Copy link
Contributor Author

is hil-admin available remotely or does the administrator has to be logged into the same machine which runs the HIL server ?
Does it use the client library in the background ?

@zenhack
Copy link
Contributor

zenhack commented Apr 12, 2018

hil-admin is local-only; it doesn't use the API; the hil command line tool is the right spot for API wrappers.

@zenhack
Copy link
Contributor

zenhack commented Apr 12, 2018

The user show call would first have to be added to the API. user list already exists, and we should add a wrapper to the CLI.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants