2026-07-21 21:26:25 +02:00
|
|
|
# Least-privilege read policy for Binky Qonto bank API credentials.
|
|
|
|
|
# Tenant mount (WARDEN-WP-0028) — client commercial secrets, not platform workloads.
|
2026-07-21 21:42:10 +02:00
|
|
|
# Live path: tenants/binky/qonto-api (fields API_KEY, API_USER).
|
|
|
|
|
# Consumers map API_KEY→QONTO_API_KEY and API_USER→QONTO_ORGANIZATION_ID for
|
|
|
|
|
# qonto/qonto-mcp-server (BINKY-WP-0005); read-only at harness.
|
2026-07-21 21:26:25 +02:00
|
|
|
|
2026-07-21 21:42:10 +02:00
|
|
|
path "tenants/data/binky/qonto-api" {
|
2026-07-21 21:26:25 +02:00
|
|
|
capabilities = ["read"]
|
|
|
|
|
}
|
|
|
|
|
|
2026-07-21 21:42:10 +02:00
|
|
|
path "tenants/metadata/binky/qonto-api" {
|
2026-07-21 21:26:25 +02:00
|
|
|
capabilities = ["read"]
|
|
|
|
|
}
|