Skip to main content

Module profile

Module profile 

Source
Expand description

Tenant profile: per-appId parameters that select the right cipher constants, sensor endpoint, and fallback secret. Loaded from a TOML file at startup so adding a tenant is a config change, not a code change (ADR-0024 §N5).

Re-exports§

pub use schema::TenantProfile;
pub use schema::XorKeys;

Modules§

schema
TOML-backed tenant profile. Profiles live in px-native/profiles/<app_id>.toml; the runtime loads them from a directory passed via configuration.