Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use elasticjs, not $http directly #718

Closed
wants to merge 1 commit into from

Commits on Nov 21, 2013

  1. Use elasticjs, not $http directly

    This will allow to specify the following configuration:
    ``` javascript
      elasticsearch: {server: "http://localhost:9200", withCredentials: true}
    ```
    (in fact any option specified in http://docs.angularjs.org/api/ng.$http)
    
    This should allow elasticsearch to be proxyfied by any reverse proxy we
    want and thus add access control to it.
    Arthur Gautier committed Nov 21, 2013
    Configuration menu
    Copy the full SHA
    685ced2 View commit details
    Browse the repository at this point in the history