Results 11 comments of Swapnil Saindane

are you using k8s for Jenkins deployment ?

It will be possible via adding annotation for vault and call it from the vault location like, you can refer official for vault annotation https://www.vaultproject.io/docs/platform/k8s/injector/annotations#vault-hashicorp-com-agent-inject-secret https://www.vaultproject.io/docs/platform/k8s/injector/annotations#vault-hashicorp-com-agent-inject-template-file Flow will be like...

Now raw files are able to load, It was failing to load before.

without proxy variable, it is not been able to fetch index {"level":"ERROR","msg":"unable to fetch index \"falcosecurity\" with URL \"https://falcosecurity.github.io/falcoctl/index.yaml\": unable to fetch index: cannot fetch index: Get \"https://falcosecurity.github.io/falcoctl/index.yaml\": dial tcp...

> Hey! I found this one that can be relevant: [#3119](https://github.com/falcosecurity/falco/issues/3119) Getting same with FALCOCTL_ARTIFACT_NOVERIFY = true falcoctl: artifact: install: enabled: true env: - name: https_proxy value: "http://myproxy.com:8080/" - name:...

> ll saying that Yes {"level":"ERROR","msg":"unable to fetch index \"falcosecurity\" with URL \"https://falcosecurity.github.io/falcoctl/index.yaml\": unable to fetch index: cannot fetch index: Get \"https://falcosecurity.github.io/falcoctl/index.yaml\": tls: failed to verify certificate: x509: certificate signed...

> As far as i see, it is failing here: https://github.com/falcosecurity/falcoctl/blob/6d9b57671f4c78a66af659288c0fb45fdac7d503/pkg/index/fetch/http/fetcher.go#L37 > > Since here we are just using `net/http` golang package, i assume there must be some misconfiguration in...

> [@Su-HackZ](https://github.com/Su-HackZ) Can you check if `http://myproxy.com:8080/` (or whatever URL you used) actually resolves to your proxy from within the falcoctl's container? Checked with http://myproxy.com:8080/ getting same env: - name:...

> Maybe is just a mistyping issue, but I see you wrote: > > > * name: https_proxy > > value: "http://myproxy.com:8080/" > > Could it be: > > *...

> > Checked with http://myproxy.com:8080/ getting same > > If you meant that the proxy isn't resolving or responding as expected, the issue isn't in falcoctl. > > For example,...