chore: add grpc auth header (#9)
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user