gojek / proctor

A Developer-Friendly Automation Orchestrator
Apache License 2.0
123 stars 42 forks source link

Use authenticated client for getLogsStreamReaderFor #93

Closed pradithya closed 9 months ago

pradithya commented 9 months ago

Instead of manually using http.NewRequest we should use the already existing + authenticated client

Follow up to https://github.com/gojek/proctor/pull/92

BhavikaBansal commented 9 months ago

LGTM