Is there anyway to see the logs of incoming requests to help with debugging issues?
I have a slight complicated self-hosted instance running in EKS behind a secure VPC and I have had things running find with Frontend & Webhook access from within our network as intended. This issue is there were some changes to our network config that appears to have impacted my webhook routing even though my K8s config files are the same. When I try to hit my webhook URLs it seems like its now trying to hit the Editor UI as I am met with a basic auth then a blank page but the HTML content hints that I’m hitting the editor UI and not the server that handles webhooks.
I’m hoping that I can see some logs to understand where my requests are going to that I can make the needed adjustments if it a routing issue and I need to add URL rewrites to my virtual service config.