0.0.33 • Published 4 months ago

pulumi-one-password-native-unofficial v0.0.33

Weekly downloads
-
License
-
Repository
github
Last release
4 months ago

Pulumi OnePassword Native Integration (Unofficial)

This is a pulumi providier that allows you to use the OnePassword CLI to manage secrets in your pulumi stack. As well as the OnePassword Connect Server.

This provider is unofficial and not supported by 1Password.

Also this providier is an example of a pulumi provider written in C#.

Sample one-password-native-unofficial Component Provider

Prerequisites

  • Pulumi CLI
  • OnePassword CLI
  • Node.js
  • Yarn
  • Go 1.17 (to regenerate the SDKs)
  • Python 3.6+ (to build the Python SDK)
  • .NET Core SDK (to build the .NET SDK)

Build and Test

# Build and install the provider
make install_provider

# Regenerate SDKs
make generate

# Ensure the pulumi-provider-one-password-native-unofficial script is on PATH
$ export PATH=$PATH:$PWD/bin

# Test Node.js SDK
$ make install_nodejs_sdk
$ cd examples/simple
$ yarn install
$ yarn link pulumi-one-password-native-unofficial
$ pulumi stack init test
$ pulumi config set aws:region us-east-1
$ pulumi up

Example component

Schema

0.0.33

4 months ago

0.0.32

4 months ago

0.0.30

5 months ago

0.0.31

5 months ago

0.0.25

5 months ago

0.0.26

5 months ago

0.0.27

5 months ago

0.0.29

5 months ago

0.0.24

5 months ago

0.0.23

5 months ago

0.0.21

5 months ago

0.0.22

5 months ago

0.0.20

5 months ago

0.0.17

5 months ago

0.0.18

5 months ago

0.0.15

5 months ago

0.0.16

5 months ago

0.0.14

5 months ago

0.0.13

5 months ago

0.0.12

5 months ago

0.0.11

5 months ago

0.0.10

5 months ago

0.0.6

5 months ago