HMAC caller plugin
cp:otoroshi.next.plugins.HMACCaller
This plugin can be used to call a "protected" api by an HMAC signature. It will adds a signature with the secret configured on the plugin. The signature string will always the content of the header list listed in the plugin configuration.
categories:
- Authentication
default configuration:
{
"secret" : null,
"algo" : "HMAC-SHA512",
"authorizationHeader" : null
}