1.0.6 • Published 14 days ago

@nbn23/secret-manager v1.0.6

Weekly downloads
74
License
ISC
Repository
-
Last release
14 days ago

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();
1.0.6

14 days ago

1.0.5

9 months ago

1.0.2

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0-alpha1

2 years ago

0.0.6-alpha2

2 years ago

0.0.6-alpha1

2 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago