@sparkbot/plugin-secrets-azure
v0.1.0
Published
Spark⚡️Bot secrets plugin that uses an Azure Key Vault for storage.
Downloads
2
Readme
Spark⚡️Bot - Azure KeyVault secrets vault plugin
@sparkbot/plugin-secrets-azure implements Azure KeyVault storage for Spark⚡️Bot secrets management.
Usage
- Install the plugin
bun add @sparkbot/plugin-secrets-azure - Update
sparkbot.config.ts:
secretsVaultPlugin: {
prod: {
module: '@sparkbot/plugin-secrets-azure',
options: { vaultURL: 'https://YOUR-VAULT-NAME.vault.azure.net/ },
},
dev: {
module: '@sparkbot/plugin-secrets',
},
},[!NOTE] Per Microsoft engineers, the Vault URL is not a secret.
