Can we implement Voltage encryption in Apigee? If yes, then please walk through the steps. @dchiesa1
I think so
I am unable to find public documentation of the API for Voltage SecureData . I searched and found whitepapers (not documentation) that claim that there is a SOAP interface and a REST API for encrypting with Voltage. If that's the case, then it is straightforward to configure the Apigee ServiceCallout policy to send out a request for encryption and receive the encrypted data.
It would look like any typical ServiceCallout policy. You can check the ServiceCallout policy documentation for examples of how to send POST requests out to specific endpoints.