@harperdb/azure-secrets-to-environment

This project accesses an Azure key vault and assigns the secrets to environment variables.

dotenv-keyvault

Works with dotenv to resolve dotenv config and retrieve the value of secrets from Azure Key Vault.

define-property

Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.