mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -06:00
parent
4d9374a051
commit
0cb3c7e340
@ -6,7 +6,7 @@ aliases = ["/docs/grafana/latest/plugins/developing/auth-for-datasources/", "/d
|
||||
|
||||
# Add authentication for data source plugins
|
||||
|
||||
This page explains how to use the Grafana data source proxy to authenticate against an third-party API from a data source plugin.
|
||||
This page explains how to use the Grafana data source proxy to authenticate against a third-party API from a data source plugin.
|
||||
|
||||
When a user saves a password or any other sensitive data as a data source option, Grafana encrypts the data and stores it in the Grafana database. Any encrypted data source options can only be decrypted on the Grafana server. This means that any data source that makes authenticated queries needs to request the decrypted data to be sent to the browser.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user