Grammar correction (#28179)

Grammar correction
pull/28184/head
Nitesh Koushik S 5 years ago committed by GitHub
parent 4d9374a051
commit 0cb3c7e340
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/sources/developers/plugins/add-authentication-for-data-source-plugins.md

@ -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…
Cancel
Save