1.0.20 • Published 6 years ago

@naturalcycles/secret-service v1.0.20

Weekly downloads
2
License
UNLICENSED
Repository
-
Last release
6 years ago

CircleCI

A module that allows you to pull secrets from a Google Storage bucket during runtime

Usage :

yarn add @naturalcycles/secret-service

in your app

const secretService = require('@naturalcycles/secretservice')

;(async () => {
  const secret = await secretService(
      { bucketName: 'secret_bucket_name' },
      ['key1'],
      serviceAccount // optional if you're on GAE
  )
})()
console.log(process.env.key1)
1.0.20

6 years ago

1.0.19

6 years ago

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.11

6 years ago