Commit 1d636ba
committed
docs: clarify intentional insecure gRPC credentials for inter-service calls
Inter-service gRPC connections use insecure.NewCredentials() by design
across the Meridian platform. Network-layer security (mTLS via service mesh)
handles encryption for cluster-internal traffic. This matches the pattern
used in position-keeping, reconciliation, tenant, and other services.1 parent c81fc4a commit 1d636ba
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
296 | 300 | | |
297 | 301 | | |
298 | 302 | | |
| |||
0 commit comments