feat: frontend internal grpc port (#6784)

* feat: frontend internal grpc port

Signed-off-by: discord9 <discord9@163.com>

* fix: grpc server naming

Signed-off-by: discord9 <discord9@163.com>

* test: sqlness test fix

Signed-off-by: discord9 <discord9@163.com>

* fix: internal not use process manager

Signed-off-by: discord9 <discord9@163.com>

* test: test integration port alloc

Signed-off-by: discord9 <discord9@163.com>

* feat: skip auth for internal grpc

Signed-off-by: discord9 <discord9@163.com>

* test: is distributed

Signed-off-by: discord9 <discord9@163.com>

* what:

Signed-off-by: discord9 <discord9@163.com>

---------

Signed-off-by: discord9 <discord9@163.com>
Co-authored-by: Ning Sun <sunning@greptime.com>
This commit is contained in:
discord9
2025-08-22 10:46:35 +08:00
committed by GitHub
parent cdc168e753
commit eaceae4c91
8 changed files with 111 additions and 15 deletions

View File

@@ -1,3 +1,7 @@
[grpc]
bind_addr = "{grpc_addr}"
server_addr = "{grpc_addr}"
[internal_grpc]
bind_addr = "{internal_grpc_addr}"
server_addr = "{internal_grpc_addr}"