Setup
Get Service Account Token
- Go to my.1password.com
- Create a service account
- Copy the token
Configure Environment
Add to your.env file:
Usage
Move parameters frominput_parameters to secure_parameters:
Before:
Properties
| Property | Description |
|---|---|
type | "raw" for direct values, "totp_secret" for TOTP codes |
vault_name | 1Password vault name |
item_name | Item name in vault |
field_name | Field to retrieve |
digits | Required for totp_secret (e.g., 6) |