Re: Cartridge Store for Stratos, REST communication plan with Puppet Master's Node.

2014-06-13 Thread Sanjiva Weerawarana
IMO this is not quite right yet: > 1 /modules/ GET Get all installed modules in puppet master ["java", "php"] I don't understand .. are you saying GET /modules/java (for example)? If so what will it return?? > user must be autenticated. 200 on success 401 on unauthorized request First of all you

Re: Cartridge Store for Stratos, REST communication plan with Puppet Master's Node.

2014-06-12 Thread Roshan Wijesena
Thanks Nirmal for your advice, we will do the need-full and update the progress here! Thanks. On Wed, Jun 11, 2014 at 2:06 PM, Nirmal Fernando wrote: > Great progress guys! > > > On Wed, Jun 11, 2014 at 3:57 PM, Roshan Wijesena wrote: > >> Hi all, >> >> We have been working on Stratos manager

Re: Cartridge Store for Stratos, REST communication plan with Puppet Master's Node.

2014-06-11 Thread Nirmal Fernando
Great progress guys! On Wed, Jun 11, 2014 at 3:57 PM, Roshan Wijesena wrote: > Hi all, > > We have been working on Stratos manager - Puppet master communication > REST API. Please find the progress update of it as below. > > *Security* > We have used HTTP basic auth[1] security mode over SSL

Re: Cartridge Store for Stratos, REST communication plan with Puppet Master's Node.

2014-06-11 Thread Roshan Wijesena
Hi all, We have been working on Stratos manager - Puppet master communication REST API. Please find the progress update of it as below. *Security* We have used HTTP basic auth[1] security mode over SSL so far, and in the future we can extend this in to a further advance mode like OAuth [2 ].