OCSPExtractorValve
Note
Valve for extracting properties from an OCSP response
Requirements
Requires a base 64 encoded OCSP response available in current context (request or item).
Properties
Name | Description | Default value | Mandatory | Supports property expansion |
---|---|---|---|---|
source | Expression expanding to the base64 encoded OCSP response | Yes | Yes | |
prefix | Property prefix | oscp_ | No | No |
fail_on_error | Flag controlling if extraction failure should fail pipe | false | No | No |
Example Configuration
{
"name": "OCSPExtractorValve",
"enabled": "true",
"config": {
"source": "{{item.ocspResponse}}",
"prefix":"ocsp_",
"fail_on_error": "false"
}
}