A meltano utility extension for Azure Key Vault that wraps the az keyvault
command.
- Set the following config.
config:
key_vault_name: <The name of your key vault: "example-vault">
azure_subscription: <The name of your subscription: "subscription">
azure_tenant: <The name of your tenant: "example.com">
- Login to Azure.
meltano invoke key-vault:login
- Set the right permissions on your account. (You might not have rights to do this.)
meltano invoke key-vault:set-permission [email protected]
- Hydrate your .env file.
meltano invoke key-vault:hydrate