Commit fa31fc04 by Torkel Ödegaard

Merge pull request #823 from beevee/elasticsearch_basic_auth

enable withCredentials in elasticsearch basic auth
parents a68a179c 77b0d36b
......@@ -37,6 +37,7 @@ function (angular, _, config, kbn, moment) {
};
if (this.basicAuth) {
options.withCredentials = true;
options.headers = {
"Authorization": "Basic " + this.basicAuth
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment