I am following the Cloudify user guide – its pretty easy to follow, and have installed a local deployment successfully.
Now I want to add users and passwords to the web management interface, how to do this? By default, the web interface supports anonymous login.
Assuming your aim is to obtain full control over deployments, use the Cloudify shell (or “Cloudify CLI”).
As the Cloudify shell currently exposes read-only operations, it does not require login details. Configuring secured access for the REST API, however, can be done using spring security (which will be documented soon).