Skip to content

marcuslacerda/kibana-oauth2-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kibana Auth Plugin

An OAuth Plugin for Kibana 4. It uses Bell for the OAuth handling.

Requirements

Kibana 4.4+

Installation steps

  1. Download and unpack Kibana.
  2. From the Kibana root directory, install the plugin with the following command:
bin/kibana plugin -i oauth2 -u https://github.com/appuri/kibana-oauth2-plugin/releases/download/0.2.0/kibana-oauth2-plugin-0.2.0.zip
  1. Set the following config options that map to Bell server.auth.strategy options:
oauth2.password
oauth2.provider
oauth2.clientId
oauth2.clientSecret
oauth2.redirectUri (Optional: used to set redirect_uri on server.auth.strategy.location manually)

To get the list of supported providers, see Bell's documentation

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.7%
  • HTML 1.3%