@nbn23/secret-manager
v1.0.6
Published
Secret manager library
Downloads
531
Readme
Secret manager
Secret manager is a tiny utility to access secrets on the GCP. This tool is only responsible for obtaining information associated with one secret or multiple, nor can it create, edit or delete them. This type of management will have to be done from the Google console.
Getting Started
Install Secret manager using npm.
npm install --save @nbn23/secret-manager
Note: Secret manager assumes a TypeScript environment but it can be use in vanilla javascript.
Usage
const secretManager = new SecretManager();
await secretManager.manageSecrets();