Hi all I'm currently writing a custom processor to access a non standard messaging protocol. The protocol requires each call to contain an authorization header signed by a sha256 hmac.
I'm using commons HmacUtils to generate the signature, but I need advice on the best way to store the secret key and make it available to the processor. Thanks.
