forked from yagobski/loopback-connector-elastic-search
-
Notifications
You must be signed in to change notification settings - Fork 56
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
Amazon AWS check for existing indices throws forbidden #63
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This line sets a body on the request with method HEAD, which is forbidden on Amazon AWS ES
https://github.com/strongloop-community/loopback-connector-elastic-search/blob/ca47fc6cd01f2c1be610aac0a33f61d81f61681e/lib/setupIndex.js#L38
Isn't it enough to just provide the indexName like this:
The text was updated successfully, but these errors were encountered: