0.0.2 • Published 1 month ago

@dmno/encrypted-vault-plugin v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

Check out the docs for more information on how to use DMNO + Encrypted Vaults.

THIS IS PREVIEW SOFTWARE AND SUBJECT TO RAPID CHANGE

If you have any questions, please reach out to us on Discord.


@dmno/encrypted-vault-plugin

Provides functionality to encrypt and store secrets committed to your repo for the @dmno config engine

Data Types

  • EncryptedVaultTypes.encryptionKey

Initialization

const vaultPlugin = new EncryptedVaultPlugin('vault', {});

Value Resolvers

Fetch item using unique IDs

onePassVault.item()

Fetch item using "reference"

onePassVault.itemByReference()