-
Notifications
You must be signed in to change notification settings - Fork 204
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
Received 403 from AWSAuth, invalidating credentials for retrial. ES inside VPC with open access #68
Comments
Try passing '-no-sign-reqs' and see if that works. |
Nope, that's a quick 401. Equivalent to me doing, |
ok, is the policy open to public or it is open to specific IP? |
The policy is allowing "*" to the IAM role of the instance, on which I'm running the proxy from |
I'm getting the same issue |
i made a fix for in my org's fork of this repo: hysds@c656b87 looks like the proxy parses the the AWS Elasticsearch endpoint that we're using isn't what the code is expecting: so i removed that logic and added an additional flag |
@DustinKLo Thank you very much for the fix! Can you please merge your changes in this repository? |
Thanks for pointing it out. Can you please submit a merge request? |
I have set up the ES inside of a VPC. The access policy is set to open. I'm running this proxy on an instance inside the same VPC with public IP. And then trying to access the /_cat/indices endpoint.
Getting a 403 on the curl and seeing following error in the proxy logs,
Not necessarily saying that there's a problem with the proxy.
Just need help in identifying the problem here.
The text was updated successfully, but these errors were encountered: