Signing of request in Kong

Hi,
We have a requirement to sign a particular field in the consumer request using key and cert pair before sending it to the upstream.
How this can be achieved in Kong?

Certainly not by anything kong provides by default. You would have to create a custom plugin:

And to get inspiration here are all the source code samples Kong offers for their open sourced plugins(hope they keep making more too :slight_smile: ! ):

-Jeremy