LDAP: Added reload endpoint for LDAP config (#15470)

* 4843 - Added reload endpoint for LDAP config

closes #4843

* Refactor to make the reload work after master drifted
This commit is contained in:
Samuel
2019-05-03 22:53:07 +10:00
committed by Andrej Ocenas
parent 16d5df1cba
commit 846b9327a5
8 changed files with 90 additions and 37 deletions

View File

@ -124,7 +124,7 @@ func (pm *PluginManager) Run(ctx context.Context) error {
}
}
// kil backend plugins
// kill backend plugins
for _, p := range DataSources {
p.Kill()
}