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

Issue using encrypted KVM

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.

1 3 601
3 REPLIES 3
Top Solution Authors