feat(logger): 在 OpenObserve 传输器中添加 X-Midun-Idc-Token 头以增强身份验证
All checks were successful
/ release (push) Successful in 33s

This commit is contained in:
zhaoyingbo 2025-04-03 08:21:12 +00:00
parent 6fb647e689
commit 810022f321
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
"cloudml",
"commitlint",
"metainfo",
"Midun",
"tseslint",
"unapproval",
"Xauthor",

View File

@ -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,