Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
- Introduced a blueprint for explainable quiet alerts, detailing phases for SBOM, VEX readiness, and attestations. - Developed a roadmap for deterministic diff-aware rescans, enhancing scanner speed and efficiency. - Implemented a hash-based SBOM layer cache to optimize container scans by reusing previous results. - Created a multi-runtime reachability corpus to validate function-level reachability across various programming languages. - Proposed a stable SBOM model using SPDX 3.0.1 for persistence and CycloneDX 1.6 for interchange. - Established a validation plan for quiet scans, focusing on provenance and CI integration. - Documented guidelines for the Findings Ledger module, outlining roles, execution rules, and testing protocols.
1.7 KiB
1.7 KiB
2025-11-01 · Authority adds Orch.Admin quota controls
What changed
- Introduced new
orch:quotascope and expandedOrch.Adminrole for Orchestrator quota, burst, and historical backfill adjustments. - Client credential requests for
orch:quotanow requirequota_reason(≤256 chars) and accept optionalquota_ticket(≤128 chars). Authority records both values underquota.reason/quota.ticketaudit properties. - Added dedicated
orch:backfillscope. Tokens must includebackfill_reason(≤256 chars) andbackfill_ticket(≤128 chars); Authority persists them asbackfill.reason/backfill.ticketclaims and audit properties alongside operator metadata. - Tokens embedding
orch:quotaororch:backfillexpose the corresponding reason/ticket claims so downstream services and audit tooling can trace quota increases or emergency backfills. - Console, CLI, and configuration samples include the updated role plus environment variables (
STELLAOPS_ORCH_QUOTA_REASON,STELLAOPS_ORCH_QUOTA_TICKET,STELLAOPS_ORCH_BACKFILL_REASON,STELLAOPS_ORCH_BACKFILL_TICKET) for automation.
Why
Quotas and replay backfills materially affect tenant isolation and platform capacity. Capturing explicit operator intent keeps change windows reviewable and aligns with platform audit requirements.
Actions
- Update Authority configuration/offline bundles to seed
Orch.Adminrole for the handful of ops identities that manage quotas. - Adjust automation to pass
quota_reason/quota_ticketwhen exchanging tokens fororch:quotaandbackfill_reason/backfill_ticketfororch:backfill. - Monitor
authority.client_credentials.grantrecords for the newquota.*andbackfill.*audit properties when reviewing change windows.