Metadata-Version: 2.4
Name: docketeer-1password
Version: 0.0.11
Summary: 1Password vault plugin for Docketeer
Project-URL: Homepage, https://github.com/chrisguidry/docketeer
Project-URL: Repository, https://github.com/chrisguidry/docketeer
Project-URL: Issues, https://github.com/chrisguidry/docketeer/issues
Author-email: Chris Guidry <guid@omg.lol>
License-Expression: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Security
Requires-Python: >=3.12
Requires-Dist: docketeer
Description-Content-Type: text/markdown

# docketeer-1password

1Password vault plugin for [Docketeer](https://github.com/chrisguidry/docketeer).

Provides secrets management backed by 1Password via the `op` CLI and service
account tokens. Secret names use `vault/item/field` paths (e.g.
`Agent/db-cred/password`).

## Installation

```bash
pip install docketeer-1password
```

## Configuration

Set `DOCKETEER_OP_SERVICE_ACCOUNT_TOKEN` in the environment to authenticate
with 1Password. The plugin translates this to `OP_SERVICE_ACCOUNT_TOKEN` when
running `op` commands. The service account grants access to one or more
1Password vaults.
