remove
This commit is contained in:
@@ -180,9 +180,7 @@ func (proxy *DataSourceProxy) getDirector() func(req *http.Request) {
|
||||
func (proxy *DataSourceProxy) validateRequest() error {
|
||||
if proxy.ds.Type == m.DS_INFLUXDB {
|
||||
if proxy.ctx.Query("db") != proxy.ds.Database {
|
||||
if !proxy.ds.JsonData.Get("allowDatabaseQuery").MustBool(false) {
|
||||
return errors.New("Datasource is not configured to allow this database")
|
||||
}
|
||||
return errors.New("Datasource is not configured to allow this database")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user