Commit cb28ba6
fix(scalesets): remove debug print leaking auth token to stdout
ListRunnerScaleSets dumped the raw outgoing HTTP request via
httputil.DumpRequest + fmt.Println, which wrote the
"Authorization: Bearer <token>" header to stdout. Remove the debug
block and the now-unused net/http/httputil import.1 parent 561f351 commit cb28ba6
1 file changed
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
109 | 108 | | |
110 | 109 | | |
111 | 110 | | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | 111 | | |
117 | 112 | | |
118 | 113 | | |
| |||
0 commit comments