Public URL blocks on chart load, but 3 VPN/Private URLs work perfectly on the same pod. #40884
user1500177
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Superset Community,I am running a single Apache Superset pod in a Kubernetes cluster.The exact same codebase and pod work flawlessly across 3 separate private/VPN links. Users can view, load, and interact with everything over the VPN.However, when using the Public URL, everything works fine until the charts try to load. The moment chart data is requested, the upstream firewall (Azure Front Door WAF) blocks the request completely.
the error i am getting :
<style type='text/css'> body { font-family: Arial; margin-left: 40px; }The request is blocked.
where as it worth mentioning that same issues doesnt occur with the other urls , the issue is with only the publically accceble one , what could be the causes ?
Beta Was this translation helpful? Give feedback.
All reactions