Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1password/pulumi-onepassword
Pulumi provider for 1Password.
https://github.com/1password/pulumi-onepassword
Last synced: 7 days ago
JSON representation
Pulumi provider for 1Password.
- Host: GitHub
- URL: https://github.com/1password/pulumi-onepassword
- Owner: 1Password
- License: apache-2.0
- Created: 2024-02-15T18:33:57.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T07:08:44.000Z (16 days ago)
- Last Synced: 2024-11-03T09:07:18.737Z (10 days ago)
- Language: Python
- Homepage:
- Size: 518 KB
- Stars: 16
- Watchers: 11
- Forks: 0
- Open Issues: 12
-
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 Pulumi provider
Use the 1Password Pulumi provider to access and manage items in your 1Password vaults.
## Installing
This package is available for several languages/platforms:
### Node.js (JavaScript/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either `npm`:
```bash
npm install @1password/pulumi-onepassword
```or `yarn`:
```bash
yarn add @1password/pulumi-onepassword
```### Python
To use from Python, install using `pip`:
```bash
pip install pulumi_onepassword
```### Go
To use from Go, use `go get` to grab the latest version of the library:
```bash
go get github.com/1Password/pulumi-onepassword/sdk/go/...
```## Configuration
The following configuration points are available for the `1Password` provider:
- `pulumi-onepassword:url` (environment: `OP_CONNECT_HOST`) - the URL where your 1Password Connect API can be found
- `pulumi-onepassword:token` (environment: `OP_CONNECT_TOKEN`) - the token for your Connect API.
- `pulumi-onepassword:service_account_token` (environment: `OP_SERVICE_ACCOUNT_TOKEN`) - The 1Password service account token to use with 1Password CLI.
- `pulumi-onepassword:account` (environment: `OP_ACCOUNT`) - A valid account's sign-in address or ID to use with 1Password CLI and biometric unlock.
- `pulumi-onepassword:op_cli_path` (environment: `OP_CLI_PATH`) - The path to the 1Password CLI binary.## Reference
For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/1Password/api-docs/).