Adding cloud credentials in Replication Manager using CDP CLI
To replicate data to a storage cloud account, you must register the cloud
credentials, so that the Replication Manager can access your cloud account. The supported
cloud storage accounts are Amazon S3 and Azure Blob Filesystem (ABFS). You can add, update,
or delete AWS or ABFS cloud credentials to use in Replication Manager using CDP
CLI.
Perform one of the following steps, as necessary, to
manage cloud credentials in Replication Manager using CDP CLI:
Add ABFS credentials:
replicationmanager create-abfs-credential --name [***CREDENTIAL NAME***] --clusters [***CLUSTER CRNs SEPARATED BY SPACE***] --type [***ACCESSKEY OR CLIENTKEY***] --access-key [***ABFS ACCESS KEY***] --storage-account-name [***ABFS STORAGE ACCOUNT NAME***] --client-id [***CLIENT ID OF ACTIVE DIRECTORY SERVICE PRINCIPAL ACCOUNT***] --client-secret-key [***CLIENT KEY OF ACTIVE DIRECTORY SERVICE PRINCIPAL ACCOUNT***] --tenant-id [***TENANT ID OF ACTIVE DIRECTORY SERVICE PRINCIPAL ACCOUNT***]