Expand description
Secret injection configuration types.
The data types (SecretsConfig, SecretEntry, HostPattern,
SecretInjection, ViolationAction) and their validation live in the
shared microsandbox-types crate so the cloud control plane, the SDKs, and
this engine all speak one contract. This module re-exports them and adds the
engine-internal query helpers used by the proxy.
Structs§
- Secret
Entry - A single secret entry.
- Secret
Injection - Where in the HTTP request a secret can be injected.
- Secrets
Config - Placeholder-based secret injection for a sandbox’s TLS-intercepted egress.
Enums§
- Host
Pattern - Host pattern for a secret allowlist.
- Secret
Config Error - Invalid secret configuration.
- Secret
Source - Host-side source for secret material.
- Violation
Action - Action when a secret placeholder is detected going to a disallowed host.
Constants§
- MAX_
SECRET_ PLACEHOLDER_ BYTES - Maximum supported secret placeholder length in bytes.