feat(device-plane): harden edge channel rotation

This commit is contained in:
Codex
2026-08-11 19:37:32 +03:00
parent 50b9179fe4
commit 1124c15216
7 changed files with 365 additions and 34 deletions
@@ -22,6 +22,8 @@
"edgeCertificatePinRequired": true,
"coreCertificateAllowlistRequired": true,
"unknownOrRevokedIdentity": "reject",
"rotation": "one-active-plus-one-staged-generation",
"retiredFingerprint": "reject",
"privateKeysInSource": false,
"privateKeysInArtifact": false
},
@@ -42,14 +44,17 @@
"delivery": "at-least-once-with-core-idempotency"
},
"sourceAcceptance": {
"devicePlaneTestsPassed": 189,
"devicePlaneTestsPassed": 193,
"tls13MutualAuthenticationTested": true,
"keepaliveTested": true,
"disconnectReconnectTested": true,
"certificateRotationOverlapAndRetirementTested": true,
"idempotentReplayTested": true,
"unknownAndRevokedIdentityTested": true,
"oversizedEnvelopeTested": true,
"coreUnavailableRejectionTested": true,
"crossSessionProgressAndPerSessionOrderingTested": true,
"boundedAcceptanceWindowTested": true,
"existingCoreImageBuild": "passed-no-cache",
"existingGatewayImageBuild": "passed-no-cache"
},