From af0fc05bc605681e3cab0bdc095e37b93b6f64b7 Mon Sep 17 00:00:00 2001 From: Ravind Kumar Date: Fri, 28 Oct 2022 16:26:38 -0400 Subject: [PATCH] Minor fix to common-replication.rst --- source/includes/common-replication.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/includes/common-replication.rst b/source/includes/common-replication.rst index 079a5350..691bf1ed 100644 --- a/source/includes/common-replication.rst +++ b/source/includes/common-replication.rst @@ -27,8 +27,8 @@ To configure replication between arbitrary S3-compatible services, use :mc:`mc m MinIO relies on the immutability protections provided by :ref:`versioning ` to support replication and resynchronization. -Use :mc-cmd:`mc version info` to validate the versioning status of both the sourece and remote buckets. -se the :mc-cmd:`mc version enable` command to enable versioning as necessary. +Use :mc-cmd:`mc version info` to validate the versioning status of both the source and remote buckets. +Use the :mc-cmd:`mc version enable` command to enable versioning as necessary. .. end-replication-requires-versioning @@ -73,6 +73,7 @@ Bucket replication requires specific permissions on the source and destination d mc admin policy add TARGET ReplicationAdminPolicy /dev/stdin mc admin user add TARGET ReplicationAdmin LongRandomSecretKey mc admin policy set TARGET ReplicationAdminPolicy user=ReplicationAdmin + MinIO deployments configured for :ref:`Active Directory/LDAP ` or :ref:`OpenID Connect ` user management should instead create a dedicated :ref:`service account ` for bucket replication. .. tab-item:: Replication Remote User