Re: hidden configuration items

2016-05-10 Thread Erik Weber
.encryption.key > and security.encryption.iv, but as they are hidden we cannot get these > credentials via the listConfigurations endpoint as-is. So my question is: > > What would be the most appropriate way to open up the possibility of > showing “hidden” configuration items via this AP

Re: hidden configuration items

2016-05-10 Thread Anshul Gangwar
I know what happens but I am not sure how will you be able to connect to VNC with that info. From the diagram in previous mail which components you want to remove? Basically what I am trying to say here is that json payload is consists of data we get from management server. Only variable there

Re: hidden configuration items revisited

2016-05-09 Thread Erik Weber
Rajani is right, I didn't look at the value in db, just the category. -- Erik On Tue, May 10, 2016 at 8:30 AM, Rajani Karuturi wrote: > 'Hidden' and 'Secure' are both encrypted in db only difference being hidden > values are not shown. > you could just change the category in configuration tabl

Re: hidden configuration items revisited

2016-05-09 Thread Rajani Karuturi
'Hidden' and 'Secure' are both encrypted in db only difference being hidden values are not shown. you could just change the category in configuration table. ~Rajani On Mon, May 9, 2016 at 10:56 PM, Erik Weber wrote: > listConfiguration returns unencrypted values for Secure items, but they > nee

Re: hidden configuration items revisited

2016-05-09 Thread Erik Weber
listConfiguration returns unencrypted values for Secure items, but they need to be stored encrypted in the db. You'd need to check If those values ever change, If they don't you may try encrypting the value and change category to Secure Erik Den mandag 9. mai 2016 skrev Nathan Johnson følgende:

Re: hidden configuration items revisited

2016-05-09 Thread Nathan Johnson
Erik Weber wrote: > I believe Kishan suggested that you could change those Hidden config items > to Secure (an existing category), as Secure items are returned with the > listConfiguration API. This is chicken and egg. I need the unencrypted values so I can decrypt other payloads. I need the

Re: hidden configuration items revisited

2016-05-09 Thread Erik Weber
> From: Nathan Johnson [mailto:njohn...@ena.com] > > Sent: 08 May 2016 22:01 > > To: dev@cloudstack.apache.org > > Subject: hidden configuration items revisited > > > > I would like to get some feedback for a proposed addition of a feature > > that would al

Re: hidden configuration items

2016-05-09 Thread Nathan Johnson
Anshul Gangwar wrote: > > ms ——authenticate—> CPVM ——for VNC console—>Hypervisor > ^ > | gets images from CPVM > web browser > > Which of the above components you want to keep and which to re

Re: hidden configuration items revisited

2016-05-09 Thread Nathan Johnson
misunderstanding? Thanks for the reply Nathan > > ~kishan > > -Original Message- > From: Nathan Johnson [mailto:njohn...@ena.com] > Sent: 08 May 2016 22:01 > To: dev@cloudstack.apache.org > Subject: hidden configuration items revisited > > I would like to get so

RE: hidden configuration items revisited

2016-05-08 Thread Kishan Kavala
ent: 08 May 2016 22:01 To: dev@cloudstack.apache.org Subject: hidden configuration items revisited I would like to get some feedback for a proposed addition of a feature that would allow “Hidden” configuration items to be returned from the listConfigurations endpoint. 1) There will be a new optional parameter

Re: hidden configuration items

2016-05-08 Thread Anshul Gangwar
they are hidden we cannot get these > credentials via the listConfigurations endpoint as-is. So my question is: > > What would be the most appropriate way to open up the possibility of > showing “hidden” configuration items via this API to our middleware? Some > sort of

hidden configuration items revisited

2016-05-08 Thread Nathan Johnson
I would like to get some feedback for a proposed addition of a feature that would allow “Hidden” configuration items to be returned from the listConfigurations endpoint. 1) There will be a new optional parameter for listConfigurations called showhidden . Defaults to false. Existing

hidden configuration items

2016-05-06 Thread Nathan Johnson
these credentials via the listConfigurations endpoint as-is. So my question is: What would be the most appropriate way to open up the possibility of showing “hidden” configuration items via this API to our middleware? Some sort of entry in a config file somewhere? An entry in the configuration