HTTP API: grafana /render calls nows with api keys, Fixes #1649
This commit is contained in:
@@ -259,6 +259,10 @@ func readSessionConfig() {
|
||||
if SessionOptions.Provider == "file" {
|
||||
os.MkdirAll(path.Dir(SessionOptions.ProviderConfig), os.ModePerm)
|
||||
}
|
||||
|
||||
if SessionOptions.CookiePath == "" {
|
||||
SessionOptions.CookiePath = "/"
|
||||
}
|
||||
}
|
||||
|
||||
var logLevels = map[string]string{
|
||||
|
||||
Reference in New Issue
Block a user