Hi,
I try to connect to grafana running in docker and I don't know how to set up
grafana.configure({
url: 'http://localhost:3000/api/dashboards/db/',
cookie: 'auth-openid=REPLACETOKENIFAPPLICABLE'
});
I usually use API TOKEN in form: Authorization: Bearer "My-token", but how to configure "cookie"?
For any reaction I will be grateful.