CyberArk Sentry – Secrets Manager — Question 9
You are enabling synchronous replication on Conjur cluster.
What should you do?
Answer options
- A. Execute this command on the Leader: docker exec <container-name> sh –c” evoke replication sync that *
- B. Execute this command on each Standby: docker exec <container-name> sh –c” evoke replication sync that *
- C. In Conjur web UI, click the Tools icon in the top right corner of the main window. Choose Conjur Cluster and click “Enable synchronous replication” in the entry for Leader.
- D. In Conjur web UI, click the Tools icon in the top right corner of the main window. Choose Conjur Cluster and click “Enable synchronous replication” in the entry for Standbys.
Correct answer: B
Explanation
The correct option is B because synchronous replication must be activated on each Standby to ensure consistent data across the cluster. Option A is incorrect as it suggests executing the command on the Leader instead of the Standby. Options C and D refer to actions in the web UI, but only option B specifies the necessary command for Standby nodes.