You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
The extension now requests OAuth tokens from the same host:port as the gRPC connection, matching Chronicle's consolidated single-port Kernel (gRPC and OAuth/API traffic now share port 35000 via TLS ALPN).
Local development connections now use TLS by default, since TLS is mandatory on the consolidated port. Explicit disableTls=true in the connection string is still supported for callers who need a plaintext connection.
The extension now trusts the Kernel's self-signed development certificate on the gRPC channel (previously only the OAuth HTTP request did), so local chronicle://localhost:35000 connections work out of the box.
Removed
The managementPort context option and its "Management port" prompts in the Add/Edit Context flows — Chronicle no longer exposes a separate management HTTP port.