Skip to content

Commit b49862f

Browse files
committed
docs(readme): deduplicate credential backends table
1 parent bab80db commit b49862f

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ claw-wrap supports two approaches for credential injection:
8787
- You want route-based credential injection by host/path
8888
- Multiple tools need the same API credentials
8989

90-
## Secret Backends
90+
## Credential Backends
9191

9292
| Backend | Prefix | Example | Notes |
9393
| ------- | ------ | ------- | ----- |
@@ -191,19 +191,6 @@ claw-wrap check # Should show credentials OK (run from host/admin context)
191191
gh repo list # Should work — using proxied credentials
192192
```
193193

194-
## Credential Backends
195-
196-
| Backend | Format | Example |
197-
| --- | --- | --- |
198-
| [pass](https://www.passwordstore.org/) | `pass:path` | `pass:cli/github/token` |
199-
| [1Password CLI](https://developer.1password.com/docs/cli/) | `op://vault/item/field` | `op://dev/github/token` |
200-
| [Bitwarden CLI](https://bitwarden.com/help/cli/) | `bw:item-uuid` | `bw:a1b2c3d4` |
201-
| macOS Keychain | `keychain:service` | `keychain:github-token` |
202-
| [age](https://age-encryption.org/) | `age:/path/file.age` | `age:/etc/secrets/token.age` |
203-
| Environment | `env:VAR` | `env:GH_TOKEN` |
204-
205-
All backends support `| .jq_expr` suffix for JSON field extraction (e.g. `op://vault/item/field | .token`).
206-
207194
## Safety Controls
208195

209196
claw-wrap doesn't just proxy credentials — it enforces what the agent can do with them.

0 commit comments

Comments
 (0)