-
Notifications
You must be signed in to change notification settings - Fork 15
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
AWS access point credentials #29
Comments
I have never used an Elasticsearch instance on AWS so I can only guess, but
I wouldn't be surprised if your instance wasn't available to the outside
world.
The plugin allows you to specify the username and password to use as HTTP
basic auth credentials for your Elasticsearch's instance REST API.
Hope this helps...
|
This looks like a world of trouble! Apparently one has to use the access key id and secret key to somehow sign each Elasticsearch request. The AWS documentation provides examples in a few languages but nothing for PHP. I found this https://aws.plainenglish.io/hiking-on-aws-sign-php-elasticsearch-client-requests-for-amazon-elasticsearch-service-be08c8e9dcd0 that explains how to do it, but the plugin doesn't use that client. |
Ya, it's not ideal. Right now I'm trying to bypass it by setting up a local ES instance on the server. For a semi-unrelated follow up question, is there a way to force the plugin to ignore/suppress pages that throw errors when forcing it to reindex the whole site? |
Another follow up question, is there a way to have the plugin weight specific entries more/less in the search results rankings? |
Sorry for the late reply, we've been quite busy.
Could you describe, in a new issue, the problem you're facing so that I can investigate on this?
The plugin relies on Elasticsearch internal scoring to rank search results. What you could do is listen to the |
What exactly is the plugin looking for in terms of username and password for connected to an ES instance on AWS? Is it the Access Key / Private Key, or something else?
The text was updated successfully, but these errors were encountered: