-
Notifications
You must be signed in to change notification settings - Fork 737
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
Elastica with OpenDistro - Auth #1731
Comments
Hi @EliuFlorez , Can you please verify if this resolves your issue? |
@philkra If I already had the username and password settings but I had to make some changes in Transport / HTTP.php since the scheme has to be HTTPS and cRUL |
Alright, now I fully grasp the questions, sorry for the half baked answer. Can you, please post the snippet how you currently instantiate the client? |
@EliuFlorez I just stumbled across the same thing. Would you share your modifications to Http.php etc.? |
Hi Elasctica Team,
You know I would like to use Elastica with OpenDistro in which I require authentication with the user and the ssl layer in
--insecure
example:
curl -XGET --insecure https: // localhost: 9200 -u admin: admin
Is there any way to perform that authentication like this. Since for endpoint consumption the same authentication must be identified.
The text was updated successfully, but these errors were encountered: