2026-06-28 09:03:37 +00:00
|
|
|
# SCOPE
|
|
|
|
|
|
2026-08-23 10:48:16 +02:00
|
|
|
> Implemented capability boundary for agents and contributors. Aspirational
|
|
|
|
|
> direction belongs in `INTENT.md`; current work and operational gates belong in
|
|
|
|
|
> `workplans/`.
|
2026-06-28 09:03:37 +00:00
|
|
|
|
|
|
|
|
## One-liner
|
|
|
|
|
|
2026-08-23 10:48:16 +02:00
|
|
|
secrets-engine is a decision-gated Python CLI that validates non-secret secret
|
|
|
|
|
lane metadata and orchestrates narrowly scoped OpenBao policy, AppRole,
|
|
|
|
|
provisioning, verification, delivery, routing, handoff, and revocation actions.
|
|
|
|
|
|
|
|
|
|
It is an OpenBao workflow client, not a vault, authorization service, identity
|
|
|
|
|
provider, credential broker, or general secrets API.
|
|
|
|
|
|
|
|
|
|
## Implemented Capabilities
|
|
|
|
|
|
|
|
|
|
### Catalog and validation
|
|
|
|
|
|
|
|
|
|
- Loads YAML catalog entries for `kv` and `auth-capability` lanes.
|
|
|
|
|
- Models `build`, `test`, and `prod` stages, exact mounts/paths/fields,
|
|
|
|
|
consumers, approvals, delivery modes, verification, lifecycle ownership,
|
|
|
|
|
workload-delivery metadata, and `standard`/`high` risk.
|
|
|
|
|
- Distinguishes engine-managed and existing KV mounts, and engine-managed,
|
|
|
|
|
existing, or absent native delivery auth.
|
|
|
|
|
- Rejects malformed entries, inline secret-looking values, wildcard paths,
|
|
|
|
|
unsupported modes, bootstrap-only approval for high-risk lanes, and high-risk
|
|
|
|
|
entries without rotation/deactivation owners.
|
|
|
|
|
- Records existing ESO/Kubernetes/OIDC workload delivery as metadata only; it
|
|
|
|
|
does not operate those delivery systems.
|
|
|
|
|
|
|
|
|
|
### Decision-gated planning and OpenBao metadata apply
|
|
|
|
|
|
|
|
|
|
- Resolves a catalog lane by catalog id or `approval.decision_ref`.
|
2026-08-23 14:15:42 +02:00
|
|
|
- Resolves legacy lane decisions from State Hub by id, with tracked local YAML
|
|
|
|
|
mirrors retained only for non-production and explicit throwaway demos.
|
|
|
|
|
- Fails every production live command closed while State Hub lacks the durable
|
|
|
|
|
action-authorization endpoint. A local mirror can unlock a prod-labeled lane
|
|
|
|
|
only when an explicit unsafe-demo switch, disabled Hub URL, and loopback
|
|
|
|
|
OpenBao target are all present. Plans and `apply --dry-run` remain usable.
|
|
|
|
|
- Builds and validates the flex-auth `ActionAuthorization` profile, including
|
|
|
|
|
exact lane/stage/action/target/actor/purpose matching, bounded validity,
|
|
|
|
|
State Hub authority, request digest and decision binding, accepted policy
|
|
|
|
|
package/version, and an independently required distinct-approver threshold.
|
2026-08-23 10:48:16 +02:00
|
|
|
- Renders guarded OpenBao plans for exact consumer ACL policies and AppRoles.
|
|
|
|
|
- Applies policy and AppRole metadata idempotently. Existing mounts render a
|
|
|
|
|
non-mutating check and are never created by apply.
|
|
|
|
|
- Rejects stage mismatches, wildcard paths, broad-admin names, forbidden
|
|
|
|
|
`sys/`, token, identity, root, or sudo semantics, and auth-capability paths
|
|
|
|
|
outside an exact allowlist.
|
|
|
|
|
|
|
|
|
|
### KV provisioning
|
|
|
|
|
|
|
|
|
|
- Imports one declared field from a mode-0600 file outside Git worktrees.
|
|
|
|
|
- Generates random values only for non-production lanes.
|
|
|
|
|
- Keeps values out of CLI output and evidence records.
|
2026-08-23 12:05:58 +02:00
|
|
|
- Uses a CAS-aware create/patch primitive. Secret data is passed through a
|
|
|
|
|
mode-0600 temporary JSON input reference that is removed in a `finally` path,
|
|
|
|
|
never as a raw subprocess argument. Existing-path updates preserve unmentioned
|
|
|
|
|
sibling fields and stale-version writes fail closed.
|
2026-08-23 10:48:16 +02:00
|
|
|
|
|
|
|
|
### Verification
|
|
|
|
|
|
2026-08-23 12:05:58 +02:00
|
|
|
- KV positive verification logs in through the lane AppRole and reports field
|
|
|
|
|
presence without printing values. With no `--field`, it checks every declared
|
|
|
|
|
field; an explicit `--field` narrows the check.
|
2026-08-23 12:33:38 +02:00
|
|
|
- KV negative verification requires a real unrelated token supplied through a
|
|
|
|
|
mode-0600 file outside Git and checks that it cannot read the path. Missing
|
|
|
|
|
unrelated identity material fails closed without a backend probe.
|
2026-08-23 10:48:16 +02:00
|
|
|
- Auth-capability verification checks the AppRole token's capabilities on exact
|
|
|
|
|
allowlisted and denial-probe paths.
|
|
|
|
|
|
2026-08-23 12:33:38 +02:00
|
|
|
These are bounded policy/presence probes. A throwaway OpenBao integration test
|
|
|
|
|
proves an overlapping unrelated policy is detected. Production still needs a
|
|
|
|
|
reviewed owner/source for each unrelated identity; the engine does not mint or
|
|
|
|
|
select that identity itself. Verification does not yet exercise a provider
|
|
|
|
|
operation or produce OpenBao audit-request correlation.
|
2026-08-23 10:48:16 +02:00
|
|
|
|
|
|
|
|
### Exec-time delivery
|
|
|
|
|
|
|
|
|
|
- `exec-env` fetches one declared field through the lane AppRole and injects it
|
|
|
|
|
into a child process environment.
|
|
|
|
|
- `npm-config` creates a temporary mode-0600 npm config containing an environment
|
|
|
|
|
reference rather than the token, injects the value only into the child, and
|
|
|
|
|
deletes the config afterward.
|
|
|
|
|
- Child stdout and stderr are combined and streamed through token-pattern and
|
|
|
|
|
exact-value redaction.
|
|
|
|
|
- Undeclared fields and undeclared/unsupported exec modes are rejected before
|
|
|
|
|
value fetch.
|
|
|
|
|
|
|
|
|
|
The OpenBao KV response is parsed in the parent process, so every field stored
|
|
|
|
|
at the path crosses that process boundary even though only the selected field is
|
2026-08-23 12:05:58 +02:00
|
|
|
injected. Exec and verification use scoped AppRole sessions that explicitly
|
|
|
|
|
self-revoke in a `finally` path. Non-secret evidence contains only an accessor
|
|
|
|
|
fingerprint and establishment/revocation outcome; TTL/use limits remain cleanup
|
|
|
|
|
backstops.
|
2026-08-23 10:48:16 +02:00
|
|
|
|
|
|
|
|
### Auth-capability handoff
|
|
|
|
|
|
|
|
|
|
- Models narrow non-KV AppRole grants such as exact `ssh/sign/<role>` update
|
|
|
|
|
capability.
|
|
|
|
|
- Mints `role_id`/`secret_id` material only after approval and writes it to
|
|
|
|
|
distinct mode-0600 files outside Git worktrees without printing the
|
|
|
|
|
`secret_id`.
|
|
|
|
|
|
|
|
|
|
The cataloged standalone `warden-sign` AppRole is currently parked by governance
|
|
|
|
|
and must not be applied as a break-glass or recovery path. OpenBao being sealed
|
|
|
|
|
cannot be recovered through that AppRole.
|
|
|
|
|
|
|
|
|
|
### Routing and evidence
|
|
|
|
|
|
|
|
|
|
- `route` returns a non-secret pointer containing lane ownership, decision
|
2026-08-23 12:05:58 +02:00
|
|
|
status, metadata/value-presence booleans, missing declared field names,
|
|
|
|
|
readiness, and a safe next command. Every declared field must be present.
|
2026-08-23 10:48:16 +02:00
|
|
|
- Records scrubbed local JSONL evidence and posts a minimal State Hub progress
|
2026-08-23 14:15:42 +02:00
|
|
|
event on a best-effort basis. Posts carry stable idempotency/source headers.
|
|
|
|
|
Each requested State Hub delivery receives an append-only local `delivered`,
|
|
|
|
|
`queued`, `failed`, or `skipped-no-topic` companion record; edge-relay queued
|
|
|
|
|
receipts retain only the non-secret outbox id.
|
2026-08-23 12:58:12 +02:00
|
|
|
- Every live privileged CLI handler records an attempt before lane-approval
|
|
|
|
|
resolution and a terminal success, verification failure, rejection,
|
|
|
|
|
interruption, or typed backend/input failure. Failure evidence contains the
|
|
|
|
|
exception class and approval state, never exception prose.
|
2026-08-23 12:33:38 +02:00
|
|
|
- `audit` summarizes allowlisted local lane evidence: action/result counts,
|
|
|
|
|
canonical decision references, session cleanup outcomes, and State Hub
|
|
|
|
|
delivery outcomes. It never re-emits arbitrary evidence detail.
|
2026-08-23 10:48:16 +02:00
|
|
|
- Keeps OpenBao audit logs as the backend source of truth.
|
|
|
|
|
|
2026-08-23 14:15:42 +02:00
|
|
|
The engine recognizes edge-relay queued receipts but does not own or initiate
|
|
|
|
|
outbox replay. Direct State Hub failure remains locally visible. Route and audit
|
|
|
|
|
do not replace exact-action authorization or OpenBao audit logs.
|
|
|
|
|
|
|
|
|
|
### Steady-state service-auth scaffold
|
|
|
|
|
|
|
|
|
|
- Implements an explicit KeyCape `client_credentials` exchange for the
|
|
|
|
|
accepted `secrets-engine-openbao` service identity.
|
|
|
|
|
- Reads the confidential-client secret only from a mode-0600 file outside Git,
|
|
|
|
|
sends it through HTTP Basic authentication, and rejects ID/refresh tokens.
|
|
|
|
|
- Preflights the exact issuer, subject, audience, principal type, tenant, role,
|
|
|
|
|
scope, assurance, RS256 algorithm, and 15-minute lifetime. The in-memory JWT
|
|
|
|
|
is excluded from object representations and is renewed at the three-minute
|
|
|
|
|
boundary.
|
|
|
|
|
- Never retries into or falls back to bootstrap, operator, or AppRole auth.
|
|
|
|
|
|
|
|
|
|
This provider is deliberately not connected to OpenBao. Signature verification
|
|
|
|
|
and token issuance remain with the platform-owned exact-bound OpenBao JWT role,
|
|
|
|
|
whose mount/role contract is still outstanding.
|
2026-08-23 12:33:38 +02:00
|
|
|
Treat their output as operational guidance, not complete attestation for
|
|
|
|
|
high-risk lanes.
|
2026-08-23 10:48:16 +02:00
|
|
|
|
|
|
|
|
### Revocation currently available
|
|
|
|
|
|
2026-08-23 12:05:58 +02:00
|
|
|
- For engine-managed native auth, live `revoke` deletes the AppRole and policy.
|
|
|
|
|
- For KV lanes, ordinary revoke explicitly preserves all KV metadata/versions.
|
|
|
|
|
- Externally managed delivery auth and workload delivery are reported as
|
|
|
|
|
preserved and are not mutated.
|
|
|
|
|
- `lifecycle suspend` removes only the managed AppRole and preserves its policy
|
|
|
|
|
for reviewed re-apply.
|
|
|
|
|
- `lifecycle deactivate` removes managed native AppRole/policy objects while
|
|
|
|
|
preserving KV custody.
|
|
|
|
|
- `lifecycle destroy --dry-run` renders managed-auth removal plus irreversible
|
|
|
|
|
KV metadata deletion. Live destroy is currently disabled even with exact
|
|
|
|
|
catalog-id confirmation; it will remain closed until the canonical
|
|
|
|
|
exact-action approval contract in `SECRETS-WP-0007-T04` is enforced.
|
|
|
|
|
|
|
|
|
|
These operations do not manage external workload delivery. There is currently
|
|
|
|
|
no general lease/accessor operator command, rotation command, compromised state,
|
|
|
|
|
or persistent/reversible lane state machine.
|
2026-08-23 10:48:16 +02:00
|
|
|
|
|
|
|
|
## CLI Surface
|
|
|
|
|
|
|
|
|
|
```text
|
|
|
|
|
secrets-engine catalog list|show
|
|
|
|
|
secrets-engine decision inspect
|
|
|
|
|
secrets-engine plan
|
|
|
|
|
secrets-engine apply [--dry-run]
|
|
|
|
|
secrets-engine provision
|
|
|
|
|
secrets-engine verify
|
|
|
|
|
secrets-engine handoff
|
|
|
|
|
secrets-engine exec
|
|
|
|
|
secrets-engine policy publication
|
|
|
|
|
secrets-engine route
|
|
|
|
|
secrets-engine revoke [--dry-run]
|
2026-08-23 12:05:58 +02:00
|
|
|
secrets-engine lifecycle suspend|deactivate|destroy
|
2026-08-23 12:33:38 +02:00
|
|
|
secrets-engine audit <catalog-id> [--json]
|
2026-08-23 10:48:16 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
The implemented exec adapters are `exec-env` and `npm-config`. `read-check` is
|
|
|
|
|
verification, `approle-login` is auth-capability handoff metadata, and
|
|
|
|
|
`exec-file`/`wrapped` are reserved schema names without executable adapters.
|
|
|
|
|
|
|
|
|
|
## Proven Operationally
|
|
|
|
|
|
|
|
|
|
- The whynot-design npm pilot completed a real publish through native
|
|
|
|
|
`secrets-engine exec` without placing the token in the parent shell.
|
|
|
|
|
- Throwaway OpenBao integration tests exercise plan, apply, provisioning,
|
|
|
|
|
positive/negative verification, exec delivery, routing, revocation, and
|
|
|
|
|
idempotent metadata apply.
|
|
|
|
|
- Five existing high-risk `platform` mount lanes have reviewed catalog metadata
|
|
|
|
|
and guarded dry-run plans. Their native AppRoles are not live: workplan
|
|
|
|
|
`SECRETS-WP-0006` waits on per-lane approval, production authority, live
|
|
|
|
|
positive/negative verification, and routing cutover.
|
|
|
|
|
|
|
|
|
|
## Not Implemented
|
|
|
|
|
|
|
|
|
|
- A service API, daemon, UI, queue, scheduler, or remote multi-user service.
|
2026-08-23 14:15:42 +02:00
|
|
|
- OpenBao JWT login and platform materialization for the implemented KeyCape
|
|
|
|
|
service-auth provider.
|
2026-08-23 10:48:16 +02:00
|
|
|
- Native `exec-file` or response-wrapped delivery.
|
2026-08-23 12:05:58 +02:00
|
|
|
- Provider-side rotation or coordinated multi-consumer rollout.
|
|
|
|
|
- First-class rotate, compromise, reactivate, lease-status, or audit report
|
|
|
|
|
commands; lifecycle operations currently execute plans without persistent
|
|
|
|
|
lane state.
|
2026-08-23 14:15:42 +02:00
|
|
|
- Resolution of a durable State Hub action authorization and wiring its
|
|
|
|
|
validated approval threshold to each production handler.
|
|
|
|
|
- Direct flex-auth evaluation, JWT signature verification, or identity
|
|
|
|
|
authentication. KeyCape claims receive only a consumer preflight; OpenBao is
|
|
|
|
|
responsible for cryptographic JWT validation.
|
2026-08-23 10:48:16 +02:00
|
|
|
- Runtime tenancy isolation; `org`, `repo`, consumers, and stages are catalog
|
|
|
|
|
metadata plus local path/policy guards, not a tenant control plane.
|
|
|
|
|
- Management or health verification of ESO, Kubernetes Secrets, deployments,
|
|
|
|
|
provider accounts, SSH issuance, tunnels, or remote transport.
|
|
|
|
|
- Any backend other than the local `bao`/`vault` CLI speaking to OpenBao.
|
|
|
|
|
|
|
|
|
|
## System Boundary
|
|
|
|
|
|
|
|
|
|
- **OpenBao / railiance-platform** owns custody, policy enforcement, leases, and
|
|
|
|
|
audit. secrets-engine invokes it through supplied credentials.
|
|
|
|
|
- **flex-auth / State Hub decisions** own authorization. secrets-engine only
|
|
|
|
|
resolves and enforces recorded decision status.
|
|
|
|
|
- **user-engine / key-cape** own identity, OIDC, MFA, and claims.
|
|
|
|
|
- **ops-warden** issues SSH certificates and routes non-SSH credential needs; it
|
|
|
|
|
does not vend their values.
|
|
|
|
|
- **ops-bridge** owns tunnels and remote execution transport and may consume a
|
|
|
|
|
scoped delivery path.
|
|
|
|
|
- **workload/platform repositories** own ESO/Kubernetes delivery, provider
|
|
|
|
|
rotation, and application health.
|
|
|
|
|
- **info-tech-canon / net-kingdom** own canonical terminology and the
|
|
|
|
|
cross-system security boundary.
|
|
|
|
|
|
|
|
|
|
Canonical boundary:
|
|
|
|
|
`net-kingdom/docs/secrets-engine-security-infrastructure-boundary.md`.
|
|
|
|
|
|
|
|
|
|
## Security Rules
|
|
|
|
|
|
|
|
|
|
- Never place raw secret values in Git, State Hub, chat, prompts, workplans,
|
|
|
|
|
normal logs, or evidence.
|
|
|
|
|
- Never treat catalog admission, a dry-run, or an old workload CCR as approval
|
|
|
|
|
for a new production auth surface.
|
|
|
|
|
- Never mutate an existing shared mount or replace workload delivery by
|
|
|
|
|
implication.
|
2026-08-23 12:05:58 +02:00
|
|
|
- Never add KV destruction back to ordinary `revoke`; irreversible custody
|
|
|
|
|
destruction requires `lifecycle destroy`, exact confirmation, and a distinct
|
|
|
|
|
approved action. The live path remains disabled until that approval contract
|
|
|
|
|
exists.
|
2026-08-23 10:48:16 +02:00
|
|
|
- Keep bootstrap and handoff material outside repositories with mode 0600 and
|
|
|
|
|
explicit expiry/revocation handling.
|
|
|
|
|
|
|
|
|
|
## Where Current Work Lives
|
|
|
|
|
|
|
|
|
|
- `workplans/` is the source of truth for open work and operational gates.
|
|
|
|
|
- `docs/hardening-backlog.md` tracks exit from bootstrap mode.
|
|
|
|
|
- `history/` contains dated capability and intent assessments.
|
|
|
|
|
- `INTENT.md` remains the stable aspirational direction.
|
2026-06-29 12:55:58 +02:00
|
|
|
|
|
|
|
|
## Provided Capabilities
|
|
|
|
|
|
|
|
|
|
```capability
|
|
|
|
|
type: security
|
2026-08-23 10:48:16 +02:00
|
|
|
title: Guarded OpenBao lane planning and metadata apply
|
|
|
|
|
description: Validates cataloged KV and auth-capability lanes, renders exact policy/AppRole plans,
|
|
|
|
|
and applies approved metadata while rejecting missing decisions, stage mismatches, wildcards,
|
|
|
|
|
broad-admin names, and forbidden capability paths. Existing mounts are check-only.
|
|
|
|
|
keywords: [secrets, openbao, policy, approle, catalog, decision, stage, least-privilege]
|
2026-06-29 12:55:58 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
```capability
|
|
|
|
|
type: security
|
2026-08-23 10:48:16 +02:00
|
|
|
title: AppRole-scoped exec delivery
|
|
|
|
|
description: Fetches one declared KV field through a lane AppRole and injects it into a child
|
2026-08-23 12:05:58 +02:00
|
|
|
process using exec-env or a temporary npm config, with output redaction, explicit scoped-token
|
|
|
|
|
self-revocation, and non-secret cleanup evidence. This is CLI-local delivery; exec-file, wrapping,
|
|
|
|
|
and service delivery are absent.
|
2026-08-23 10:48:16 +02:00
|
|
|
keywords: [secrets, delivery, exec, npm, injection, redaction, openbao]
|
2026-06-29 12:55:58 +02:00
|
|
|
```
|
2026-06-29 17:06:20 +02:00
|
|
|
|
|
|
|
|
```capability
|
|
|
|
|
type: security
|
|
|
|
|
title: Scoped OpenBao auth-capability handoff
|
2026-08-23 10:48:16 +02:00
|
|
|
description: Generates an exact-path policy/AppRole plan and writes role-id/secret-id material to
|
|
|
|
|
strict out-of-repo files after approval. Operational use remains subject to lane-specific governance.
|
|
|
|
|
keywords: [openbao, approle, auth-capability, handoff, least-privilege]
|
2026-06-29 17:06:20 +02:00
|
|
|
```
|
2026-06-30 00:52:05 +02:00
|
|
|
|
|
|
|
|
```capability
|
2026-08-23 10:48:16 +02:00
|
|
|
type: governance
|
|
|
|
|
title: Non-secret routing and evidence pointers
|
|
|
|
|
description: Reports decision/readiness metadata and records scrubbed local and best-effort State Hub
|
2026-08-23 12:33:38 +02:00
|
|
|
evidence without returning secret values. Append-only delivery receipts expose State Hub failures,
|
|
|
|
|
and an allowlisted audit command summarizes lane operations and cleanup. KV verification can attest a
|
|
|
|
|
supplied real unrelated identity, but the engine does not own identity selection. This is not a durable
|
|
|
|
|
remote audit store.
|
2026-08-23 10:48:16 +02:00
|
|
|
keywords: [routing, evidence, state-hub, audit, secrets]
|
2026-06-30 00:52:05 +02:00
|
|
|
```
|