Hi,
I've an issue using encrypted KVM, the Proxy works fine if I'm trying to get values from Un-encrypted KVM but the issue begins if I use an encrypted KVM
I see the query param in outbound request when I use un-encrypted KVM and the request is successful.
<Get assignTo="request.queryparam.key"> <Key> <Parameter>required_key</Parameter> </Key> </Get>
But when I try to use encrypted KVM I dont see the query param in outbound request and the request is failed.
<Get assignTo="private.request.queryparam.key"> <Key> <Parameter>required_key</Parameter> </Key> </Get>
Is there anything that I'm missing. I don't see any errors from processing the step but the backend returns error due to missing key.