-
Notifications
You must be signed in to change notification settings - Fork 915
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
[Manual backport 2.x][MD] Support SigV4 as a new auth type of datasource (#3058) #3477
[Manual backport 2.x][MD] Support SigV4 as a new auth type of datasource (#3058) #3477
Conversation
…ct#3058) * [Multiple DataSource] Add support for SigV4 authentication Signed-off-by: Su <[email protected]> (cherry picked from commit de89c52)
8b407b8
to
cc1ee80
Compare
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## 2.x #3477 +/- ##
==========================================
- Coverage 66.54% 66.42% -0.13%
==========================================
Files 3203 3205 +2
Lines 61410 61564 +154
Branches 9455 9494 +39
==========================================
+ Hits 40868 40895 +27
- Misses 18286 18400 +114
- Partials 2256 2269 +13
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@@ -3,12 +3,12 @@ | |||
* SPDX-License-Identifier: Apache-2.0 | |||
*/ | |||
|
|||
import { ApiResponse } from '@opensearch-project/opensearc-next'; | |||
import { ApiResponse } from '@opensearch-project/opensearch-next'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ouch, sorry for the typo!
Backport #3058 to branch
2.x
Description
[Describe what this change achieves]
Issues Resolved
[List any issues this PR will resolve]
Check List
yarn test:jest
yarn test:jest_integration
yarn test:ftr