Monasca Kibana plugin for Keystone authentication
Go to file
Jakub Wachowski 0d84a5afa6 Revert "Revert "Add Multi-Tenancy for keystone plugin""
This reverts commit 4752d35777.

Change-Id: Ie377d6675c901eb922b4e07e800e391805f69361
2017-01-04 11:09:59 +01:00
server Revert "Revert "Add Multi-Tenancy for keystone plugin"" 2017-01-04 11:09:59 +01:00
.babelrc Initial commit 2016-02-23 11:05:03 +01:00
.eslintrc Initial commit 2016-02-23 11:05:03 +01:00
.gitignore Initial commit 2016-02-23 11:05:03 +01:00
.jshintrc Revert "Revert "Add Multi-Tenancy for keystone plugin"" 2017-01-04 11:09:59 +01:00
LICENSE Initial commit 2016-02-23 11:05:03 +01:00
README.md Adding information about keystone admin and member ports. 2016-07-13 15:41:20 -06:00
gulpfile.js Initial commit 2016-02-23 11:05:03 +01:00
index.js Revert "Revert "Add Multi-Tenancy for keystone plugin"" 2017-01-04 11:09:59 +01:00
package.json Revert "Revert "Add Multi-Tenancy for keystone plugin"" 2017-01-04 11:09:59 +01:00

README.md

FTS-Keystone

Keystone authentication support for Kibana 4.4.x

Installation

Requires a working version of Kibana. The kibana configuration file (/opt/kibana/config/kibana.yml) should be updated where keystone_port should be the keystone admin port (default: 35357) not the keystone member port (default: 5000):

fts-keystone.port: ${keystone_port}
fts-keystone.url: http://${keystone_host}
fts-keystone.enabled: True

To install the fts-keystone plugin, first the latest release should be downloaded:

$ (cd /tmp; wget https://github.com/FujitsuEnablingSoftwareTechnologyGmbH/fts-keystone/releases/download/v0.0.1/fts-keystone-0.0.1.tar.gz; cd -)

Then installed using the Kibana plugin manager tool:

$ /opt/kibana/bin/kibana plugin --install fts-keystone --url file:///tmp/fts-keystone-0.0.1.tar.gz
Installing fts-keystone
Attempting to transfer from file:///tmp/fts-keystone-0.0.1.tar.gz
Transferring 7567007 bytes....................
Transfer complete
Extracting plugin archive
Extraction complete
Optimizing and caching browser bundles...
Plugin installation complete

$ /opt/kibana/bin/kibana plugin --list
fts-keystone

Now start/restart your Kibana server by running:

$ service kibana restart