2.1.5 • Published 7 months ago
@purista/azure-secret-store v2.1.5
@purista/aws-secret-store
A secret store for using Azure Key Vault as storage.
const config = {
vaultUrl: 'https://[KEY_VAULT_NAME].vault.azure.net'
}
const store = new AzureSecretStore(config)
await store.setSecret('mySecret', 'value')
let value = await store.getSecret('mySecret')
console.log(value) // outputs: { mySecret: 'value' }
await store.removeSecret('mySecret')
value = await store.getSecret('mySecret')
console.log(value) // outputs: undefinedVisit purista.dev
Follow on Twitter @purista_js
Join the Discord Chat
2.1.2
8 months ago
2.0.3
9 months ago
2.1.1
8 months ago
2.1.4
8 months ago
2.0.5
9 months ago
2.1.3
8 months ago
2.0.4
9 months ago
2.1.5
7 months ago
2.0.6
9 months ago
2.1.0
9 months ago
2.0.1
9 months ago
2.0.0
9 months ago
1.11.0
2 years ago
1.10.8
2 years ago
1.10.7
2 years ago
1.10.5
2 years ago
1.10.4
2 years ago
1.10.6
2 years ago
1.10.3
2 years ago
1.10.2
2 years ago
1.10.1
2 years ago
1.10.0
2 years ago