ostepanian
b3f5e45cc1
Add direct SigV4 transport to exec-server ( #42781 )
...
## Why
Allow remote exec servers to connect directly to AWS-hosted registries that
authenticate registry requests and WebSocket handshakes with AWS SigV4.
## What changed
- Add `--remote-transport direct` with SigV4 profile, region, and service
options while keeping Noise as the default transport.
- Register the `direct_jsonrpc_v1` transport and carry plain exec-server
JSON-RPC messages over the authenticated WebSocket.
- Reuse direct registrations across transient disconnects, refresh them after
a `409 Conflict`, and require TLS for non-loopback endpoints.
## Testing
- Cover CLI validation and SigV4 request signing.
- Exercise direct registration, handshake retry behavior, JSON-RPC
interoperability, and process recovery after reconnecting.
GitOrigin-RevId: 0755df330ba3abe5db0a516fdaa49338d9bbe2d2
2026-09-04 14:49:46 +00:00
..
2026-07-23 19:19:35 +00:00
2026-07-21 22:44:43 +00:00
2026-08-24 22:40:35 +00:00
2026-09-04 12:39:40 +00:00
2026-07-29 13:53:15 +00:00
2026-09-04 14:23:27 +00:00
2026-09-03 01:26:35 +00:00
2026-09-03 01:26:35 +00:00
2026-09-04 13:50:27 +00:00
2026-09-03 06:02:25 +00:00
2026-09-04 03:40:37 +00:00
2026-08-20 08:10:08 +00:00
2026-08-31 13:44:12 +00:00
2026-08-31 13:44:12 +00:00
2026-09-03 23:20:54 +00:00
2026-08-24 21:39:48 +00:00
2026-09-02 21:50:51 +00:00
2026-08-11 03:39:02 +00:00
2026-08-14 05:03:39 +00:00
2026-08-17 22:37:14 +00:00
2026-09-04 14:49:46 +00:00
2026-09-02 20:07:11 +00:00
2026-09-03 01:46:37 +00:00
2026-08-28 19:44:50 +00:00
2026-06-11 18:16:39 -07:00
2026-08-29 02:52:58 +00:00
2026-09-01 17:17:45 +00:00
2026-09-01 01:00:50 +00:00
2026-09-01 01:00:50 +00:00
2026-09-04 12:56:26 +00:00
2026-08-18 23:47:00 +00:00
2026-08-13 23:13:37 +00:00
2026-08-25 21:20:51 +00:00
2026-09-03 18:36:58 +00:00
2026-08-29 02:46:06 +00:00
2026-09-04 12:20:57 +00:00
2026-08-31 21:27:51 +00:00
2026-09-02 01:06:18 +00:00
2026-08-23 18:53:15 +00:00
2026-09-04 13:50:27 +00:00
2026-09-03 23:20:54 +00:00
2026-09-02 18:34:27 +00:00
2026-08-07 11:30:17 +00:00
2026-08-13 00:00:16 +00:00
2026-09-04 10:12:03 +00:00
2026-09-04 14:49:46 +00:00
2026-09-02 21:58:58 +00:00
2026-08-17 04:37:50 +00:00
2026-09-04 12:56:26 +00:00
2026-09-02 15:07:11 +00:00
2026-09-04 10:22:43 +00:00
2026-09-01 16:49:16 +00:00
2026-07-31 21:37:56 +00:00
2026-08-27 20:44:47 +00:00
2026-05-28 23:09:55 -07:00
2026-09-02 03:46:24 +00:00
2026-09-04 13:24:42 +00:00
2026-09-04 13:50:27 +00:00
2026-09-01 18:02:27 +00:00
2026-09-04 12:56:26 +00:00
2026-09-01 15:12:53 +00:00
2026-06-12 19:52:49 +00:00
2026-08-26 23:41:18 +00:00
2026-07-22 04:17:34 +00:00
2026-08-25 21:08:22 +00:00
2026-09-03 23:20:54 +00:00
2026-09-02 21:50:51 +00:00
2026-07-17 20:52:42 +00:00
2026-09-03 21:21:09 +00:00
2026-09-03 21:21:09 +00:00
2026-09-04 11:59:18 +00:00
2026-09-04 12:08:02 +00:00
2026-07-30 04:26:36 +00:00
2026-09-04 12:56:26 +00:00
2026-09-01 17:17:45 +00:00
2026-09-01 18:02:27 +00:00
2026-05-25 17:26:10 -03:00
2026-08-25 15:50:19 +00:00
2026-09-04 12:56:26 +00:00
2026-09-04 05:07:02 +00:00
2026-08-26 17:45:42 +00:00
2026-08-21 16:45:05 +00:00
2026-09-04 13:35:41 +00:00
2026-09-04 13:24:42 +00:00
2026-08-28 01:14:02 +00:00
2026-09-04 10:12:03 +00:00
2026-05-26 20:59:47 -07:00
2026-08-10 15:43:10 +00:00
2026-09-01 18:24:56 +00:00
2026-08-08 16:58:26 +00:00
2026-09-03 01:33:32 +00:00
2026-09-03 06:02:25 +00:00
2026-05-07 15:44:17 -07:00
2026-09-02 18:34:27 +00:00
2026-05-07 15:44:17 -07:00
2026-09-03 23:20:54 +00:00
2026-09-04 13:50:27 +00:00
2026-09-02 02:09:35 +00:00
2026-09-04 12:20:57 +00:00
2026-09-02 18:42:06 +00:00
2026-09-04 01:56:38 +00:00
2026-07-22 16:18:08 +00:00
2026-06-13 21:43:39 -07:00
2026-09-04 05:07:02 +00:00
2026-09-03 20:01:07 +00:00
2026-09-03 16:21:10 +00:00
2026-09-02 22:19:51 +00:00
2026-08-15 14:31:04 +00:00
2026-09-04 01:56:38 +00:00
2026-09-04 14:49:46 +00:00
2026-09-04 01:56:38 +00:00
2026-09-04 05:07:02 +00:00