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 {