Skip to content

Commit aea564e

Browse files
committed
Set ForwardHTTPHeaders to true.
1 parent 0e67cfb commit aea564e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/quickwit/quickwit.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,11 @@ func NewQuickwitDatasource(settings backend.DataSourceInstanceSettings) (instanc
4545
if err != nil {
4646
return nil, fmt.Errorf("error getting http options: %w", err)
4747
}
48+
httpCliOpts.ForwardHTTPHeaders = true
4849

4950
// Set SigV4 service namespace
5051
if httpCliOpts.SigV4 != nil {
51-
httpCliOpts.SigV4.Service = "quicwkit"
52+
httpCliOpts.SigV4.Service = "quickwit"
5253
}
5354

5455
httpCli, err := httpclient.New(httpCliOpts)

0 commit comments

Comments
 (0)