CCR-2026-0008: Binky Qonto API tenant lane (approved, pending apply)
Policy + OIDC role for tenants/binky/qonto/api; agent-high-risk-boundary deny on data path. Implements DEC-2026-004 / BINKY-WP-0005 custody; secret values remain founder Red-lane.
This commit is contained in:
parent
30a6833943
commit
9f452f25be
4 changed files with 149 additions and 0 deletions
|
|
@ -397,6 +397,32 @@ warden access binky-company-email-imap --all --out /tmp/p # preferred
|
|||
|
||||
Onboarding playbook: `ops-warden/wiki/playbooks/tenant-secret-onboarding.md`.
|
||||
|
||||
### Binky Qonto bank API (`CCR-2026-0008`)
|
||||
|
||||
| Item | Value |
|
||||
| --- | --- |
|
||||
| ops-warden catalog id | `binky-qonto-api` |
|
||||
| Tenant | `binky` |
|
||||
| Mount | `tenants` |
|
||||
| OpenBao CLI path | `tenants/binky/qonto/api` |
|
||||
| Fields | `QONTO_API_KEY`, `QONTO_ORGANIZATION_ID` |
|
||||
| Read policy | `workload-kv-read-binky-qonto-api` |
|
||||
| Policy file | `openbao/policies/workload-kv-read-binky-qonto-api.hcl` |
|
||||
| OIDC role | `binky-qonto-api-workload-kv-read` |
|
||||
| Front-door readiness | draft until founder Red provision (DEC-2026-004 / BINKY-WP-0005-T05) |
|
||||
| Risk | high |
|
||||
| Consumer | self-hosted `qonto/qonto-mcp-server`; harness read-only tool allow-list |
|
||||
|
||||
```bash
|
||||
bao login -method=oidc -path=netkingdom role=binky-qonto-api-workload-kv-read
|
||||
# after provision:
|
||||
warden access binky-qonto-api --all --exec -- \
|
||||
env | grep -E '^QONTO_' | sed 's/=.*/=<redacted>/' # lengths only in normal ops
|
||||
```
|
||||
|
||||
Design: `binky-control/integrations/qonto-mcp.md`.
|
||||
Onboarding playbook: `ops-warden/wiki/playbooks/tenant-secret-onboarding.md`.
|
||||
|
||||
## agent-harness Forgejo deploy key
|
||||
|
||||
| Item | Value |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue