Use the 1Password Pulumi provider to access and manage items in your 1Password vaults.
This project is licensed under Apache-2.0. Use of the 1Password APIs and services accessed through these tools is governed by the 1Password API Terms of Service.
This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either npm:
npm install @1password/pulumi-onepasswordor yarn:
yarn add @1password/pulumi-onepasswordTo use from Python, install using pip:
pip install pulumi_onepasswordTo use from Go, use go get to grab the latest version of the library:
go get github.com/1Password/pulumi-onepassword/sdk/go/...The following configuration points are available for the 1Password provider:
onepassword:url(environment:OP_CONNECT_HOST) - the URL where your 1Password Connect API can be foundonepassword:token(environment:OP_CONNECT_TOKEN) - the token for your Connect API.onepassword:serviceAccountToken(environment:OP_SERVICE_ACCOUNT_TOKEN) - The 1Password service account token to use with 1Password CLI.onepassword:account(environment:OP_ACCOUNT) - A valid account's sign-in address or ID to use with 1Password CLI and biometric unlock.onepassword:opCliPath(environment:OP_CLI_PATH) - The path to the 1Password CLI binary.
For detailed reference documentation, please visit the Pulumi registry.