Why does the Ping Authorize Plugin not return responses?

Afternoon,
I am using this plugin GitHub - pingidentity/kong-plugin-ping-auth: This repository contains the source for the ping-auth Kong plugin. to sideband Access Policy requests to Ping Authorize. When I run a request I can see via the debug logs if it is a deny or allow and on Deny I get a response returned to the request. However if allow then nothing returns via the PingHandler:response, but I can see it was succesfull allowed.

Log is here kong.log · GitHub

Any ideas on how I can debug what the issue is? or why kong is not returning the response?

Thanks in advance
DarkEdges

@DarkEdges ,

This plugin in maintained by pingidentity. It is best to reach out to them.

Without knowing what the backend api is returning, its hard to tell if Kong is behaving badly. Is there a response code that is returned? What type of api request is it? GET/POST/PUT? Perhaps there is nothing to return? Do you get a response when you make a request directly without Kong?