Skip to content

bounis/kibana-auth-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authentication module for Kibana 4

Simplistic authentication for Kibana 4. Please use Elastics's Shield for a supported product.

Or wait for progress to land in Kibana: elastic/kibana#3904

Usage:

bin/kibana plugin --install kibana-auth-plugin -u https://github.com/elasticfence/kibana-auth-plugin/releases/download/0.1.1/kauth-latest.tar.gz

LOCAL_AUTH_LOGINS=admin:password,foo:bar bin/kibana

Docker container

docker run --detach --name kibana -e LOCAL_AUTH_LOGINS=admin:password --net=host hmalphettes/kibana-auth

Help wanted:

  • cleaner install
  • google oauth and others.

Weaker than hoped for - more help wanted:

  • form submitted via a GET ( a POST fails due to xrcf defenses in kibana )
  • installation of the hapi-auth-cookie does not happen when the plugin is installed

License: MIT.

About

Authentication & Login generic plugin for Kibana

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.9%
  • HTML 1.1%