Copy Secrets between KeyVaults with ease
Project description
kvcopy
Copies Secret objects from one Azure Key Vault to another.
Disclaimer: This requires Azure CLI (
az
) to be installed and logged in for local use.
Installation
via pipx:
$ pipx install kvcopy
via docker:
$ docker pull ghcr.io/cpressland/kvcopy:latest
Usage
Copy a secret
$ kvcopy copy --src-vault-name $src_vault_name --dest-vault-name $dest_vault_name --key-name $key_name
Sync an entire vault
$ kvcopy sync --src-vault-name $src_vault_name --dest-vault_name $dest_vault_name
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kvcopy-2.0.0.tar.gz
(2.6 kB
view hashes)
Built Distribution
kvcopy-2.0.0-py3-none-any.whl
(3.2 kB
view hashes)