diff --git a/package.json b/package.json index 2db9f31..f27050c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fts-keystone", - "version": "0.0.4", - "description": "Keystone authentication & multitenancy support for Kibana 4.4.x", + "version": "0.0.5", + "description": "Keystone authentication & multitenancy support for Kibana 4.5.x", "author": "Fujitsu Enabling Software Technology GmbH", "license": "Apache-2.0", "keywords": [ diff --git a/server/mt/routing/routes/default.js b/server/mt/routing/routes/default.js index 28a937c..df5108d 100644 --- a/server/mt/routing/routes/default.js +++ b/server/mt/routing/routes/default.js @@ -19,6 +19,9 @@ module.exports = function defaultHandler(server, method, path) { return { method : method, path : path, + config : { + auth : 'session' + }, handler: { proxy: { mapUri : (request, done) => {