chore(docs): remove warning about (resolved) bug (#60539)

chore: remove warning about now-resolved bug
This commit is contained in:
Kristin Laemmert
2022-12-20 15:05:15 +01:00
committed by GitHub
parent f86abf096d
commit 06ec8ad185

View File

@ -346,8 +346,6 @@ func (ds *dataSource) CallResource(ctx context.Context, req *backend.CallResourc
}
```
> **Note:** Due to a bug in Grafana, using this feature with PostgreSQL can cause a deadlock. For more information, refer to [Grafana causes deadlocks in PostgreSQL, while trying to refresh users token](https://github.com/grafana/grafana/issues/20515).
## Forward cookies for the logged-in user
Your data source plugin can forward certain cookies for the logged-in Grafana user to the data source. Use the [DataSourceHttpSettings](https://developers.grafana.com/ui/latest/index.html?path=/story/data-source-datasourcehttpsettings--basic) component on the data source's configuration page. It provides the **Allowed cookies** option, where the names of cookies to pass to the plugin can be specified.