feat(logger): 在 OpenObserve 传输器中添加 X-Midun-Idc-Token 头以增强身份验证
All checks were successful
/ release (push) Successful in 33s
All checks were successful
/ release (push) Successful in 33s
This commit is contained in:
parent
6fb647e689
commit
810022f321
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@ -3,6 +3,7 @@
|
||||
"cloudml",
|
||||
"commitlint",
|
||||
"metainfo",
|
||||
"Midun",
|
||||
"tseslint",
|
||||
"unapproval",
|
||||
"Xauthor",
|
||||
|
@ -96,6 +96,7 @@ class OpenObserveTransport extends Transport {
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
"Content-Encoding": "gzip",
|
||||
"X-Midun-Idc-Token": "ff95924e0fba11f0a09ae4434b919620",
|
||||
Authorization: `Basic ${Buffer.from(`${this.username}:${this.password}`).toString("base64")}`,
|
||||
},
|
||||
body: compressedData,
|
||||
|
Loading…
x
Reference in New Issue
Block a user