Skip to content

Commit 56644c1

Browse files
committed
show auth token
1 parent 8610c24 commit 56644c1

File tree

1 file changed

+2
-0
lines changed
  • query-proxy/internal/app/query-proxy

1 file changed

+2
-0
lines changed

query-proxy/internal/app/query-proxy/auth.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ func JWTAuth(handler http.HandlerFunc, config *pkg.Specification) http.HandlerFu
138138
return
139139
}
140140

141+
log.Println("GET data list with bearer", r.Header.Get("Authorization"))
142+
141143
rr := http.Request{
142144
Method: "GET",
143145
URL: u,

0 commit comments

Comments
 (0)