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