https://github.com/simcubeltd/pulumi-onepassword
https://github.com/simcubeltd/pulumi-onepassword
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simcubeltd/pulumi-onepassword
- Owner: SimCubeLtd
- License: mit
- Created: 2022-06-11T21:52:57.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T10:35:05.000Z (over 3 years ago)
- Last Synced: 2025-01-06T11:49:28.747Z (over 1 year ago)
- Language: Python
- Size: 285 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
Awesome Lists containing this project
README
# 1Password Provider
[1Password Website](1password.com)
Based on the [1Password terraform provider](https://github.com/1Password/terraform-provider-onepassword)
Use the 1Password Pulumi Provider to reference, create, or update items in your existing vaults using [1Password Secrets Automation](https://developer.1password.com/docs/connect/).
## Installing
This package is available in C#, TypeScript, Python and Go
### .NET
To use from .NET, install using `dotnet add package`:
```bash
dotnet add package Pulumi.Onepassword
```
### Node.js (Java/TypeScript)
```bash
npm install @SimCubeLtd/pulumi-onepassword
```
or `yarn`:
```bash
yarn add @SimCubeLtd/pulumi-onepassword
```
### Python
To use from Python, install using `pip`:
```bash
pip install simcubeltd_pulumi_onepassword
```
### Go
To use from Go, use `go get` to grab the latest version of the library:
```bash
go get github.com/SimCubeLtd/pulumi-onepassword/sdk/go/onepassword
```
## Configuration
The following configuration entries are available:
| **Key** | **Value** |
|-------------------|:-----------------------------------------------------|
| onepassword:token | The access token for your 1Password Connect server |
| onepassword:url | URL where your 1Password Connect API is being served |