thegitarist

Results 2 comments of thegitarist

i had similar problems. seems that this was fixed, but not republished: ```typescript if (options.isAuth) { fetchOpts.credentials = 'include'; requestHeaders.set('Authorization', 'Basic ' + btoa(options.username + ':' + options.password)); } ```...

this is implemented in v7.0.25 but the published version (grafana.com) is v7.0.23. So any automated (e.g. via docker) or manual (via UI) fetches v7.0.23 by default. would be great, if...