questdb / ui

Monorepo of QuestDB UI packages
https://questdb.io
15 stars 24 forks source link

fix(web-console): fix Charts when using together with Auth #310

Closed insmac closed 3 months ago

insmac commented 3 months ago

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.