giusdp opened a new issue, #171:
URL: https://github.com/apache/openserverless/issues/171

   ## Why you need it?
    At the moment with the admin rest API 
https://github.com/apache/openserverless-admin-api you can only perform (from 
the readme):
   - login 
   - change password 
   - build a custom image
   - cleanup builds
   - get info
   
   This API could be extended to also perform user creation (and deletion) so 
that i can be integrated in other systems to automate the handling and 
deployment of new users.
   
   ## How it could be?
   Implement the same functionality from the CLI ops admin adduser into the 
admin rest API service so it is performed behind a callable endpoint. I imagine 
2 endpoints are enough:
   - a POST to create users with a json body for the configuration of the 
services to deploy 
   - a DELETE to remove the user


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to