Sync Command
Synchronizes selected keys from Keeper Vault to a secure cloud based key value store
Description: Import and synchronize secrets from the Keeper Vault with external Secrets Management systems
ksm sync --credentials <UID> --type [aws|azure|gcp|json] [--dry-run] [--preserve-missing] --map <KEY NOTATION>...
Requires a Secrets Manager profile that has been initialized with:
ksm profile init <TOKEN>
See
the Profile Documentation for more informationparameters:
-t, --type
Type of the target key/value storage. Available types are:aws
- AWS Secrets Managerazure
- Azure Key Vaultgcp
- GCP Secret Managerjson
- lists all pending sync operations including both source and destination values
-c, --credentials <uid>
UID of Keeper record with credentials to access destination key/value storage. The specified record must be shared with the Keeper Secrets Manager Application
optional parameters:
-n, --dry-run
Perform a trial run with no changes made.-p, --preserve-missing
Preserve destination value when source value is deleted.
Select a sync type below to learn more about them
Last modified 1mo ago