mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Datasources: provide generic function to extract custom headers (#66738)
This commit is contained in:
committed by
GitHub
parent
772ddbc3c0
commit
42cdec369d
@@ -28,6 +28,10 @@ const (
|
||||
DS_ES_OPEN_DISTRO = "grafana-es-open-distro-datasource"
|
||||
DS_ES_OPENSEARCH = "grafana-opensearch-datasource"
|
||||
DS_AZURE_MONITOR = "grafana-azure-monitor-datasource"
|
||||
// CustomHeaderName is the prefix that is used to store the name of a custom header.
|
||||
CustomHeaderName = "httpHeaderName"
|
||||
// CustomHeaderValue is the prefix that is used to store the value of a custom header.
|
||||
CustomHeaderValue = "httpHeaderValue"
|
||||
)
|
||||
|
||||
type DsAccess string
|
||||
|
||||
Reference in New Issue
Block a user