Requests to charts failing with 403 error for publically accessable url only #40886
Unanswered
user1500177
asked this question in
Q&A / Help
Replies: 1 comment 1 reply
-
|
@dosu could you help me with this issue what could be the reason for this ?? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
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