Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 647 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 647 Bytes

Key Vault Extension

A meltano utility extension for Azure Key Vault that wraps the az keyvault command.

Command

  1. 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">
  1. Login to Azure.
meltano invoke key-vault:login
  1. Set the right permissions on your account. (You might not have rights to do this.)
meltano invoke key-vault:set-permission [email protected]
  1. Hydrate your .env file.
meltano invoke key-vault:hydrate