UNPKG

vinz

Version:

Enables secure storage of credentials right in your repo using AWS KMS.

9 lines (8 loc) 266 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); const ENCRYPTION_CONTEXT = exports.ENCRYPTION_CONTEXT = { vinzEncryptionContext: 'encrypted by github.com/bjacobel/vinz' }; const SECRET_DIR_NAME = exports.SECRET_DIR_NAME = 'secrets';