1.3.0 • Published 4 years ago

gcp-secret-manager v1.3.0

Weekly downloads
11
License
MIT
Repository
github
Last release
4 years ago

Nodejs library to use Google Cloud secret manager

https://cloud.google.com/secret-manager/docs/

npm install --save gcp-secret-manager
import { getSecrets } from 'gcp-secret-manager';

await secretsManager.getSecrets('your-project-id', [
  'FOO',
  'BAR'
]);

// procces.env.FOO gets set to your value stored in secret manager
1.3.0

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago