InputParameterHashValve
Valve creating a SHA1 hash of the result of a property expansion. The hash is added as a flow attribute with an optional prefix.
Properties
Example Configuration
{
"name": "InputParameterHashValve",
"enabled": "true",
"config": {
"provided_param_name": "{{request.uid}}",
"destination_attribute_name": "uid",
"prefix": "sha1:"
}
}