-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLI for user management #115
CLI for user management #115
Comments
Remote key is https://jira.owncloud.com/browse/OCIS-276 |
Ilja Neumann commented: Concept: Integrate as a sub-command for ocis accounts:
Command should work remotely. Admin should be able to put the ocis binary on his machine and use that as a client. To achive this an "ocis login" command is required which asks for username/password and the address of the proxy. With this information an token is minted and stored in the environment-variable or user-home. This token can then be used to authenticate subsequent cli-calls. Open Questions:
All this problems could be (temporarily) circumvented if the admin has to provide the address to the accounts service on every invocation or in an environmet variable. Is this an UX we can live with for the MVP? Drawback is that the accounts service needs to be reachable from admins machine (Firewall?) |
Decission for now: Use micro service-discovery to discover accounts service. This has the drawback that the commands need to be executed in the service-mesh's network as we don't have a central api-gateway for now. |
|
Felix Boehm commented: reopening and clarification:
'ocis login' not the way to go on cli |
Story
DoD
bin/ocis-accounts list
bin/ocis-accounts update --enabled u-u-i-d
bin/ocis-accounts update --enabled=false u-u-i-d
The text was updated successfully, but these errors were encountered: