Atlantis: proxy support

Created on 6 Mar 2018  路  2Comments  路  Source: runatlantis/atlantis

Issue by @automaticgiant
_Tuesday Dec 05, 2017 at 01:49 GMT_
_Migrated from https://github.com/hootsuite/atlantis/issues/218_
_Why was it migrated?_


i need terraform to go through the proxy to aws, but the git stuff to not go through a proxy.
presently, looks like the env won't get passed through to tf anyway, which is a problem.

however i do see also the problem that i can't set no_proxy to exclude enterprise github from atlantis trying to proxy that.

Most helpful comment

This could be solved through an atlantis.yaml file that executes the terraform commands with the http_proxy env var.

All 2 comments

Comment by @lkysow
_Tuesday Dec 05, 2017 at 05:34 GMT_


Hi @automaticgiant thanks for the ticket.

Okay so you need:

  1. all terraform commands (init, plan, apply) to be executed with an http_proxy environment variable?
  2. git clone to be executed without that env var OR setting no_proxy to exclude GitHub Enterprise

Is this correct? Want to be sure before we get to possible solutions

This could be solved through an atlantis.yaml file that executes the terraform commands with the http_proxy env var.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

gaahrdner picture gaahrdner  路  3Comments

cheethoe picture cheethoe  路  4Comments

younus2019 picture younus2019  路  4Comments

atlantisbot picture atlantisbot  路  4Comments

kipkoan picture kipkoan  路  3Comments