CCR-2026-0017/0018 admitted the **verifier** copies: KeyCape holds the two client
secrets so it can authenticate credentials presented to it. Presenting them is a
different power with a different holder, so it needs its own admission. The two
Warden fetch selectors that the verifier review left unresolved are exactly this
gap. Both readers use the **existing version-1 custody** — no reseed, no
rotation, no shared reader, no reuse of the `sso` verifier Secrets.
## Survey, 2026-09-09
Read-only, against owner source and the live cluster.
| Question | Finding |
| --- | --- |
| Is there an in-cluster secrets-engine consumer? | No. Namespace `secrets-engine` holds only ServiceAccount `secrets-engine` and no workload. `flex-auth/flex-auth-secrets-engine` is the flex-auth PDP for that consumer, not the service. |
| How does secrets-engine consume the client secret? | Operator-run CLI reading `SECRETS_ENGINE_APPROVAL_CLIENT_SECRET_FILE`, exchanged for a fresh token before each request, held in memory only, no refresh token or fallback identity. Implemented 2026-09-09, SECRETS-WP-0009-T03, `secrets-engine` revision `9eb07fd`. |
| Is approval-engine deployed? | No. No namespace, workload or Service. The owner manifest targets namespace `approval-engine` with a digest-pinned image and is unapplied. |
| Who presents `approval-engine-operator`? | Not identified by any owner source. approval-engine verifies these tokens and never presents them. |
| Path / field | `platform/workloads/secrets-engine/approval-client` / `CLIENT_SECRET` |
| Policy | `workload-kv-read-secrets-engine-approval-client` (exact data + metadata read, written and committed) |
| Auth | `oidc` on mount `netkingdom`, role `secrets-engine-approval-client-read`, standard three redirect URIs, scopes `openid profile email groups`, `user_claim: sub`, `groups_claim: groups`, ttl 15m |
| Front door | `warden access secrets-engine-approval-client --out FILE` |
| Delivery | Protected owner-only file outside any Git work tree, consumed as `SECRETS_ENGINE_APPROVAL_CLIENT_SECRET_FILE`, removed at end of session |
**Missing:** the exact group claim for the authorized operator. NetKingdom and
KeyCape own it; this repo and secrets-engine cannot supply it. The role cannot
be created without it, so `openbao.auth` is declared missing rather than
recorded with a placeholder that would later be mistaken for a confirmed
binding.
This is an operator-workstation lane, not an External Secrets lane — because the
consumer is a CLI, not a pod. A file-delivered credential outlives the process
that read it, so removal depends on operator hygiene. That is weaker than the
pod-lifetime bound of the verifier delivery and is recorded as a consequence of