Release date 2025/12/18
Feature
-
added support for the
tls_certificate_verifyglobal option. When this option is enabled, the plugin’sssl_verifysetting cannot be disabled.
Release date 2025/12/18
added support for the tls_certificate_verify global option. When this option is enabled, the plugin’s ssl_verify setting cannot be disabled.
Release date 2022/12/06
Added the include_uri_captures_in_opa_input field. When this field is set to true, the regex capture groups captured on the Kong Gateway route’s path field in the current request (if any) are included as input to OPA.
Removed redundant deprecated code from the plugin.
Release date 2022/09/09
New configuration parameter include_body_in_opa_input: When enabled, include the raw body as a string in the OPA input at input.request.http.body and the body size at input.request.http.body_size.
New configuration parameter include_parsed_json_body_in_opa_input: When enabled and content-type is application/json, the parsed JSON will be added to the OPA input at input.request.http.parsed_body.