-
Notifications
You must be signed in to change notification settings - Fork 9
Add support signing requests #6
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
Comments
Hi! The documentation doesn't mention if it relates to the |
I am running a microservice in fargate and wanted to use blaze to download the index, but i am unsure how best to setup the authentication without having to pass username/password, any suggestions? |
Do you have an Elasticsearch index already? Did you try to point Blaze at it and dump it? Blaze handles basic auth but nothing more. |
AWS doesn't support So for example, from https://docs.aws.amazon.com/apigateway/api-reference/signing-requests/:
|
I'll see if I can add something which doesn't feel bloated or hard to use. What is the easiest way for me to access a protected index? |
As per https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-request-signing.html do you have plans to implement this?
http://sdk.amazonaws.com/cpp/api/0.14.7/class_aws_1_1_client_1_1_a_w_s_auth_v4_signer.html
The text was updated successfully, but these errors were encountered: