chore: add grpc auth header (#9)

This commit is contained in:
shuiyisong
2023-02-21 18:47:32 +08:00
committed by GitHub
parent 196bb742fb
commit 789620919c
5 changed files with 83 additions and 66 deletions
+2
View File
@@ -14,6 +14,8 @@ message RequestHeader {
string catalog = 1;
// The `schema` that is selected to be used in this request.
string schema = 2;
// The `authorization` header string, much like http's authorization header.
string authorization = 3;
}
message GreptimeRequest {
-1
View File
@@ -4,7 +4,6 @@ package greptime.v1.meta;
option go_package = "github.com/GreptimeTeam/greptime-proto/go/greptime/v1/meta";
import "greptime/v1/meta/common.proto";
import "greptime/v1/meta/store.proto";
// Cluster service is used for communication between meta nodes.