Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add possibility to configure corporate proxy to reach ChaosHub #3644

Open
cazeaux opened this issue Jun 7, 2022 · 3 comments
Open

Add possibility to configure corporate proxy to reach ChaosHub #3644

cazeaux opened this issue Jun 7, 2022 · 3 comments

Comments

@cazeaux
Copy link

cazeaux commented Jun 7, 2022

Hello,

When we use Litmus Chaos in a private Kubernetes cluster where a HTTP PROXY is required to reach the internet, it is not possible to reach the Chaos Hub (from Litmus portal) when the URL is on internet (typically github).
Using an internal private Chaos Hub is a possible workaround, but I would like to evaluate the possible support for corporate proxy.

Suggestions to support HTTPS PROXY:

  • Either as part of the Chaos Hub configuration in Litmus portal
  • Or more simply with a dedicate ENV variable to be set on graphql-server container
@avaakash
Copy link
Contributor

Hi, @cazeaux, thanks for the suggestion, we will consider this for a future release. Meanwhile, if possible, would you like to try fixing this?

@gioppoluca
Copy link

is this solved? I cannot get to ChaosHub from a portal behind corporate proxy

@celinegrn
Copy link

Hi @avaakash, is there a workaround? I have the same problem with Litmus 3.11.0.
I do not have internet access and configuring https_proxy does not work as expected.

apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
  name: litmus
  namespace: litmus
spec:
  interval: 1m
  chart:
    spec:
      chart: litmus
      sourceRef:
        kind: HelmRepository
        name: litmus
        namespace: litmus
  values:
     portal:
       server:
         graphqlServer:
           genericEnv:
             https_proxy: x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants