This PR fixes the issue with Charts are not being plotted when login+pass / OIDC Auth is in use.
The root cause of this problem is not using the correct authorization headers when performing REST /exec requests. This results in 401 being returned upon clicking Draw every time and chart not rendered.
This PR fixes the issue with Charts are not being plotted when login+pass / OIDC Auth is in use.
The root cause of this problem is not using the correct authorization headers when performing REST
/exec
requests. This results in 401 being returned upon clickingDraw
every time and chart not rendered.