Grammar correction (#28179)

Grammar correction
This commit is contained in:
Nitesh Koushik S 2020-10-12 11:12:29 +05:30 committed by GitHub
parent 4d9374a051
commit 0cb3c7e340
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.