Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Retrieve encrypted key-value-maps using Apigee Edge APIs

Hi everyone,

I'm trying to retrieve the values inside an encrypted KVM but it returns the value as "****". Would like to ask if its possible to retrieve the encrypted values when using Edge APIs.

To give context, I'm planning to backup all the configuration in my environment in a GitLab repository.

Regards,

Ryan

Solved Solved
0 7 1,485
1 ACCEPTED SOLUTION

No you cannot retrieve encrypted data via Edge (management) APIs. 

There is a workaround: build an API proxy that reads the encrypted KVM via the KeyValueMapOperations policy, and then emits that data as a response. You should protect that API proxy with appropriate credentials to insure only you or an authorized person, may invoke it. 

View solution in original post

7 REPLIES 7