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
'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
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:
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
> 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
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
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
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 behavio