-
Notifications
You must be signed in to change notification settings - Fork 63
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
[2.x] Adding provision to invoke stop-replication from other plugins #1502
base: 2.x
Are you sure you want to change the base?
[2.x] Adding provision to invoke stop-replication from other plugins #1502
Conversation
Signed-off-by: aggarwalShivani <shivani.aggarwal@nokia.com>
Signed-off-by: aggarwalShivani <shivani.aggarwal@nokia.com>
Currently, CI checks are failing as required changes in common-utils PR are not yet merged. |
Hi @ankitkala Looks like, unlike other plugins, the ccr plugin zipfiles do not get published anymore at this link - Can you pls guide here on what is missing? As part of this feature, we want to install ccr-plugin during integTest stage in ism plugin. Pls see for reference. Pls guide on how this can be achieved. |
Hi @ankitkala |
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!
@@ -324,7 +325,7 @@ abstract class MultiClusterRestTestCase : OpenSearchTestCase() { | |||
"indices:admin/plugins/replication/index/start", | |||
"indices:admin/plugins/replication/index/pause", | |||
"indices:admin/plugins/replication/index/resume", | |||
"indices:admin/plugins/replication/index/stop", | |||
"$STOP_REPLICATION_ACTION_NAME", |
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.
Just to clarify, if user wants to use CCR in ISM in a security enabled cluster, they will still need the internal replication action allowed, right?
Description
Backport of #1391 on 2.x branch. Pls see the PR on main branch for complete background.
Mainly, the changes are ->
Related Issues
Stop replication feature in ism
Check List
--signoff
.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.