Fran de Paz Galán
Fran de Paz Galán
Hello, Is there any update on this? The compilation is failing with the following error: ``` ngx_http_ajp.c: In function 'sc_for_req_get_uri': ngx_http_ajp.c:139:29: error: 'ngx_http_request_t' {aka 'struct ngx_http_request_s'} has no member named...
Hello @porscheme, As you said, your error could be related to the permissions configuration this container uses. I tested downloading the jars in a local directory which I mounted in...
Hello @porscheme, As explained by @OneCricketeer, you would need to use an initContainer where you will download the `.jar` files and a persistent volume to store said `.jar`. After downloading...
Hi @porscheme, Indeed, the current approach explained in the documentation is not working. I have opened an internal task to investigate whether the documentation is obsolete or the approach should...
Hello @ziodave, Thanks for the PR! I have a doubt regarding your use case just in case I'm missing something. When you are mapping a local `wp-content` folder, is it...
Hello @ziodave, Sorry about the delay, I was on PTO and our system didn't reassign this PR. Let me test and review this PR before merging.
Hello @Klohto! We would be happy to add `eventrouter` to our helm chart repository at [bitnami/charts](https://github.com/bitnami/charts), thanks for thinking about us! Regarding Heptio, we are indeed both now part of...
That was a nice solution @petchumpriwan, thanks for the help! I suppose the `vendor` folder was not updated before the release and that is the cause of the issue.
Thanks a lot for the detailed response @corneil! If it is okay with you, I'll use this issue to report a few new CVEs from a vulnerability scan I recently...
To give a bit more context on this, CVE-2022-1471 actually requires `org.yaml_sankeyaml@2`. A couple of new vulnerabilities are also shown when running Trivy on it, CVE-2023-20861 and CVE-2023-20863. These 2...