-
Notifications
You must be signed in to change notification settings - Fork 104
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
Unable to access kibana with /_plugin/kibana path #15
Comments
This is caused by the default http client following redirects and each new http call should be separately signed. One way to fix this is to create a client with redirect handling disabled in
|
Is it possible to get this update merged into mainline? I'm running into this same issue as well with the latest version. This proxy would be very helpful in accessing the Kibana instance that is set up with AWS Elasticsearch service instances. |
I too was hoping to use this to access the Elasticsearch Service. It works great for hitting ES from dumb (non-AWS signing aware) clients, but the Kibana access being broken is an issue. If this is an issue specifically for redirects, it sounds like a legitimate bug in the way signatures are being calculated by the sig proxy. |
Just confirming, I built a fork and the suggested solution by @bandesz works. I know nothing about the implementation to recommend if it's a good solution, but it is a solution that works. |
This addresses the issue where a signed response may be a redirect. Fixes awslabs#15
I have the same issue. Even if the suggested fix did the job, it would be great if it could be merged. |
I'm trying to access an ES domain inside of a VPC. I'm running this proxy on one of hosts which has a public IP and is inside of the same VPC.
docker run --rm -p 5601:8080 --name aws-sigv4-proxy kaggggggga/aws-sigv4-proxy -v
following paths work,
/
/_cat/indices
/_plugin/kibana/app/kibana#/home?_g=()
But this path doesn't work (which is supposed to take you to
_plugin/kibana/app/kibana#/home?_g=()
I get following error
Any idea what could be the problem ?
The text was updated successfully, but these errors were encountered: