Git Product home page Git Product logo

Comments (6)

nckbgov avatar nckbgov commented on May 27, 2024 1

Thanks @FrimIdan, #114 will solve the issue!

from apiclarity.

FrimIdan avatar FrimIdan commented on May 27, 2024

Hi @nckbgov thanks for the report.
Can you please share what changes needed to be done so we will update the helm templates and values.

from apiclarity.

nckbgov avatar nckbgov commented on May 27, 2024

Hi @FrimIdan,

https://github.com/apiclarity/apiclarity/blob/b1f6d4f657cbb9f2ce70355730b873e77c1c94c5/charts/apiclarity/templates/post-install-job-wasm.yaml#L83 needs to have git http(s) config included:

 git config --global http.proxy http://proxy.acme.com:80 && git config --global https.proxy http://proxy.acme.com:80

In the current version i ran on an ephemeral pod the following command:

/bin/bash -c cd /tmp && git config --global http.proxy http://proxy.acme.com:80 && git config --global https.proxy http://proxy.acme.com:80 && git clone -b v0.9.0 https://github.com/apiclarity/apiclarity.git --recurse-submodules && cd apiclarity/wasm-filters && WASM_FILTER_TRACE_BACKEND_ADDRESS=apiclarity-apiclarity.apiclarity.svc.cluster.local ./deploy.sh open5gs

from apiclarity.

FrimIdan avatar FrimIdan commented on May 27, 2024

@nckbgov , ok we can add this line if proxy is used. What about the env variables (HTTPS_PROXY, https_proxy, HTTP_PROXY, http_proxy, no_proxy, NO_PROXY)?

from apiclarity.

nckbgov avatar nckbgov commented on May 27, 2024

Good point. In general we inject the 6 variables to all pods.
But for this particular issue only two can be used to update git http.proxy and git https.proxy

from apiclarity.

FrimIdan avatar FrimIdan commented on May 27, 2024

@nckbgov can you take a look at #114 and see if that solves your issue?

from apiclarity.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.