An OAuth Plugin for Kibana 4. It uses Bell for the OAuth handling.
Kibana 4.4+
- Download and unpack Kibana.
- From the Kibana root directory, install the plugin with the following command:
bin/kibana plugin -i oauth2 -u https://github.com/trevan/oauth2/releases/download/0.1.0/oauth2-0.1.0.zip
-
SSL is required so set the
server.ssl.key
andserver.ssl.cert
config options. -
Set the following config options:
oauth2.encryptionKey
oauth2.provider
oauth2.providerId
oauth2.providerSecret
To get the list of supported providers, see Bell's documentation
Please file issues here.