0

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.

Charles
  • 50,943
  • 13
  • 104
  • 142
Arvind
  • 6,404
  • 20
  • 94
  • 143

1 Answers1

3

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).

Eliran Malka
  • 15,821
  • 6
  • 77
  • 100
  • how do I delete the anonymous user? also are you saying that the user i create (by logging in) cannot deploy apps? how do I create a user +password that has full control over the web console and can deploy apps as well? – Arvind Sep 07 '12 at 22:40
  • kindly let me know when documentation for secured access for the REST API will be available? Thanks... – Arvind Sep 16 '12 at 11:07