Created
February 19, 2014 03:30
-
-
Save s-tajima/9085565 to your computer and use it in GitHub Desktop.
Settings for ElasticSearch + Kibana3 Access Controll
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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