Open frsyuki opened 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.)
@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
We may need document?
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.)