0.0.1 • Published 4 years ago

@elco.dev/pulumi-pass v0.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 years ago

GitHub Workflow Status npm

Pass/Gopass Resource Provider

The Gopass resource provider for Pulumi lets you manage Pass/Gopass secrets in your cloud programs. To use this package, please install the Pulumi CLI first.

Installing

This package is available in many languages in the standard packaging formats.

Node.js (Java/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either npm:

$ npm install @elcodev/pass

or yarn:

$ yarn add @elcodev/pass

Python

TODO

Go

To use from Go, use go get to grab the latest version of the library

$ go get github.com/elco/pulumi-pass/sdk/go/...

Configuration

The following configuration points are available for the pass provider:

  • pass:storeDir (environment: PASSWORD_STORE_DIR) - path to your password store
  • pass:refreshStore - Boolean whether to call git pull when configuring the provider, defaults to true
0.0.1

4 years ago