[2.x] Adding provision to invoke stop-replication from other plugins#1502
[2.x] Adding provision to invoke stop-replication from other plugins#1502ankitkala merged 3 commits intoopensearch-project:2.xfrom
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 |
| "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.
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?
There was a problem hiding this comment.
Thats right !
For current ccr users, no change - they can continue to use roles like cross_cluster_replication_follower_full_access for all ccr operations.
For users who use ccr + ism, they'll additionally need permission for the internal replication action indices:internal/plugins/replication/index/stop
Signed-off-by: aggarwalShivani <shivani.aggarwal@nokia.com>
# This is the 1st commit message: Create a patch with changes from the following PRs: opensearch-project/cross-cluster-replication#1502 opensearch-project/cross-cluster-replication#1556
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.