Hello,
Does OpenNebula allow API access to regular users so they can integrate it in their tooling/workflow?
Also, if yes, any way to tune what each user can do via API?
Regards
Hello,
Does OpenNebula allow API access to regular users so they can integrate it in their tooling/workflow?
Also, if yes, any way to tune what each user can do via API?
Regards
Yes, check out OneFlow
Access is configured via groups and ACL as usual
Also you can expose XML-RPC API from port 2633
Or make your own middleware basing on SunstoneServer model as an example