compliance-profiles-ops
Platform-wide SystemAdmin counterpart to compliance-profiles’ needs-profile query (#2089): tenants-missing-profile lists every enabled tenant with no row in tenantComplianceProfile at all, tenant-wide instead of scoped to the caller’s own tenant. Mount alongside compliance-profiles and tenant when an operator UI needs to see which tenants still silently run on minimal-no-region.
How it fits
Section titled “How it fits”What this feature needs to run (Requires).
flowchart TB
n_compliance_profiles_ops["compliance-profiles-ops"]
subgraph how_reqs["Requires"]
n_compliance_profiles["compliance-profiles"]
n_tenant["tenant"]
end
n_compliance_profiles --> n_compliance_profiles_ops
n_tenant --> n_compliance_profiles_ops
Dependencies
Section titled “Dependencies”- Requires:
compliance-profiles,tenant - Activation: always on (not toggleable)