Skip to content

Instantly share code, notes, and snippets.

@s-tajima
Created February 19, 2014 03:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save s-tajima/9085565 to your computer and use it in GitHub Desktop.
Save s-tajima/9085565 to your computer and use it in GitHub Desktop.
Settings for ElasticSearch + Kibana3 Access Controll
ProxyPass /es http://localhost:9200/
ProxyPassReverse /es http://localhost:9200/
<Location />
AuthType Basic
AuthBasicProvider ldap
AuthName "Authentication for Kibana3"
AuthLDAPURL ldaps://HOST/LDAP_QUERY
Require valid-user
</Location>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment