Logo
Explore Help
Sign In
IntenseWebs/grafana
3
0
Fork 0
You've already forked grafana
mirror of https://github.com/grafana/grafana.git synced 2025-02-25 18:55:37 -06:00
Code Issues Packages Projects Releases Wiki Activity
Files
b605340668438340a1eb34a89b872a08e2e08a0c
grafana/pkg/api/dataproxy.go

8 lines
172 B
Go
Raw Normal View History

InfluxDB now works in proxy mode, influxdb username and password is added in the backend and never exposed to frontend, #8
2014-12-29 13:36:08 +01:00
package api
Data Source Proxy: Migrate proxy to its own service and make more extensible (#31927) * datasource proxy extensions * revert normalresponse extensions * data proxy service impl * lint * api datasource proxy method * moves datasource proxy tests into correct new pkg
2021-03-17 13:10:40 -04:00
import "github.com/grafana/grafana/pkg/models"
DataSourceProxy: Handle URL parsing error (#23731) * pluginproxy: Handle URL parsing error * pkg/api: Validate data source URLs * pkg/api: Return 400 for URL validation error
2020-04-22 10:30:06 +02:00
Chore: Avoid aliasing importing models in api package (#22492)
2020-03-04 12:57:20 +01:00
func (hs *HTTPServer) ProxyDataSourceRequest(c *models.ReqContext) {
Data Source Proxy: Migrate proxy to its own service and make more extensible (#31927) * datasource proxy extensions * revert normalresponse extensions * data proxy service impl * lint * api datasource proxy method * moves datasource proxy tests into correct new pkg
2021-03-17 13:10:40 -04:00
hs.DataProxy.ProxyDataSourceRequest(c)
Fix to check white list when the frontend tries to connect DB
2016-08-17 14:33:59 +09:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 191ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API