Skip to content
Snippets Groups Projects
Commit 184a6a45 authored by machinly's avatar machinly Committed by Andrei Nistor
Browse files

add grafana ldap support

(cherry picked from commit ce7007c5)
parent b6ab321a
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,7 @@ local defaults = { ...@@ -27,6 +27,7 @@ local defaults = {
containers: [], containers: [],
datasources: [], datasources: [],
config: {}, config: {},
ldap: null,
plugins: [], plugins: [],
env: [], env: [],
}; };
...@@ -57,6 +58,7 @@ function(params) { ...@@ -57,6 +58,7 @@ function(params) {
folderDashboards: g._config.folderDashboards, folderDashboards: g._config.folderDashboards,
containers: g._config.containers, containers: g._config.containers,
config+: g._config.config, config+: g._config.config,
ldap: g._config.ldap,
plugins+: g._config.plugins, plugins+: g._config.plugins,
env: g._config.env, env: g._config.env,
} + ( } + (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment