treasure-data / digdag

Workload Automation System
https://www.digdag.io/
Apache License 2.0
1.31k stars 222 forks source link

Supporting HTTP proxy #191

Open frsyuki opened 8 years ago

frsyuki commented 8 years ago

Some environments don't allow direct any outbound connections. Digdag client users in such environments need to use HTTP proxy to connect to digdag server.

Idea here is to add support for HTTP proxy to all client commands (push, log, sessions, etc.)

toru-takahashi commented 6 years ago

@frsyuki Does HTTP proxy be already supported except user/password authentication?

https://github.com/treasure-data/digdag/blob/master/digdag-cli/src/main/java/io/digdag/cli/client/ClientCommand.java#L222-L231

yoyama commented 5 years ago

We may need document?