-
Notifications
You must be signed in to change notification settings - Fork 123
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
[FEATURE] Add child client support AwsSigv4 #696
Comments
Do you mean this code isn't propagating sigv4 options? Line 257 in 282fb51
|
Yes. Below lines of code will only work for Basic Auth. Lines 269 to 271 in 5ecad79
I think type of auth should also support static IAM credentials authentication methods (accesskey and secret key) opensearch-js/lib/Connection.d.ts Line 51 in 5ecad79
For basic auth, Line 270 in 5ecad79
opensearch-js/lib/Connection.js Lines 329 to 337 in 5ecad79
This is just off the top of my head. But we can build PoC and propose the solution. |
When is |
@bandinib-amzn Want to help? Try to implement a unit test for your scenario alone and maybe a fix? |
Sure. I can give a try. |
It is being used in multi data source plugin. We discovered this issue when we wanted to implement similar in AWSSigV4 authentication method. |
Hi @dblock. I raised PR. Can you please take a look when you get a chance? |
Currently we have child client support for Basic Authentication. Similarly we should have child client support for AwsSigv4.
The text was updated successfully, but these errors were encountered: