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
docs(connectrpc): document the ConnectRPC adapter module
Add the connectrpc/ module to the workspace layout tables, the
dependency policy, the README module list, the CHANGELOG, and the OTel
span catalog (connectrpcsec.Authenticate / connectrpcsec.Authorize).
grpc/go.mod picks up the workspace-aligned google.golang.org/protobuf
v1.36.11 via go work sync.
|`connectrpcsec.Authenticate`| Per RPC, unary and streaming interceptors |`rpc.method` (string), `security.authenticated` (bool) | inherited from the core |
69
+
|`connectrpcsec.Authorize`| The authorization interceptor | none directly — delegates to `security.AccessDecisionManager.Decide`| inherited from the core |
70
+
71
+
`connectrpcsec` deliberately does **not** open an `rpc` span — that belongs
72
+
to `otelconnect`, which you compose alongside these interceptors.
0 commit comments