-
Notifications
You must be signed in to change notification settings - Fork 919
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
[Map] Remove hardcoded AWS paths #1015
[Map] Remove hardcoded AWS paths #1015
Conversation
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.
Looks good to me. The config name can probably be discussed to ensure everyone is happy with it.
Also, I apologize it's my fault since I implemented this without tests but we also made a change to use OpenSearch Maps without testing this logic as well. Would you be willing to get a little bit of tests in here with this new flag?
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.
Looks good
0c1f4ca
to
9eb4d44
Compare
Do we need to rebase to fix the linkchecker issue? |
Clean up temp aws paths in code base. Add a configurable flag `showRegionBlockedWarning` into map plugin level config file. Signed-off-by: Zuocheng Ding <zding817@gmail.com>
9eb4d44
to
79dfd64
Compare
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.
LGTM, thanks!
Clean up temp aws paths in code base. Add a configurable flag `showRegionBlockedWarning` into map plugin level config file. Backport PR: opensearch-project#1015 Signed-off-by: Zuocheng Ding <zding817@gmail.com>
Clean up temp aws paths in code base. Add a configurable flag `showRegionBlockedWarning` into map plugin level config file. Backport PR: #1015 Signed-off-by: Zuocheng Ding <zding817@gmail.com>
Clean up temp aws paths in code base.
Add a configurable flag
captureRegionBlockedError
into map plugin level config file.Signed-off-by: Zuocheng Ding zding817@gmail.com
Description
Clean up temp aws paths in code base.
Add a configurable flag
captureRegionBlockedError
into map plugin level config file.Customer should able to modify the config in
opensearch_dashboards.yml
if they want.Issues Resolved
Check List
yarn test:jest
yarn test:jest_integration
yarn test:ftr