Product Fleet: Phase 0.5 observability + Phase 1 Private license#158
Open
IanFrelinger wants to merge 1 commit into
Open
Product Fleet: Phase 0.5 observability + Phase 1 Private license#158IanFrelinger wants to merge 1 commit into
IanFrelinger wants to merge 1 commit into
Conversation
…ort docs - Add TenantId to audit entries and LogCopilotTask for copilot jobs - Add GET /api/support/diagnostics with redacted config export - Add Private license validator, middleware, and sample license file - Document on-call playbook, backup/restore, BYOK security, install path - Tests for license gate, diagnostics, and audit contract coverage Co-authored-by: IanFrelinger <IanFrelinger@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Completes the three post–Phase 0 tracks scoped for this iteration:
Phase 0.5 — Observability
TenantIdonDataDecisionAuditEntryandLogCopilotTaskonIDataDecisionAuditLog(wired from copilot submit/complete)GET /api/support/diagnostics— redacted config export for on-calldocs/product-fleet/on-call-playbook-v0.1.mdPhase 1 Private
NexoPrivateLicenseOptions+PrivateLicenseValidator(JSON license file, optional HMAC)PrivateLicenseMiddleware— blocks mutating/api/*when license expired/invalid (read-only fallback when configured)docs/product-fleet/sample-private-license.jsonRC validation (local)
make dependency-boundary-gate— PASSmake kernel-coverage-gate— PASSmake test-prod-style— PASS (99 ProdStyle tests)make rc-gate-tier-a— PASSproduction-readiness-gate-v1workflow_dispatch requires repo admin token (403 from agent); will run on merge tomasteror can be triggered manually.Test plan
PrivateLicenseValidatorTests,PrivateLicenseMiddlewareTestsProductFleetDiagnosticsTestsDataDecisionAuditLogContractTests(incl.LogCopilotTask)make test-prod-stylemake dependency-boundary-gate+make kernel-coverage-gate+make rc-gate-tier-a