InputParameterHashURLSafeValve
Valve creating a SHA hash from the result of a property expansion. The hash is Base64URL-encoded and the result is added as a flow attribute with an optional prefix.
Properties
Example Configuration
{
"name": "InputParameterHashURLSafeValve",
"enabled": "true",
"config": {
"provided_param_name": "{{request.uid}}",
"destination_attribute_name": "hashed_uid",
"prefix": "{SHA256}",
"hash_algo" : "SHA256"
}
}