Skip to content

source controller needs proxy to access github.com when running inside corporate network #131

@nab-gha

Description

@nab-gha

In order to get the source controller to access a github.com repository from within my client's corporate network I needed to add the following environmental variables to the source-controller deployment.

    - name: HTTPS_PROXY
      value: http://http.proxy.abc.com:8000
    - name: NO_PROXY
      value: 10.0.0.0/8

Maybe gotk install could be enhanced to generate this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/gitGit related issues and pull requests

    Type

    No type

    Projects

    Status

    Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions