João Duarte
João Duarte
@robbavey looks like we're hitting issues with j2 templating: > jinja2.exceptions.TemplateSyntaxError: Encountered unknown tag 'arch_command'. Jinja was looking for the following tags: 'elif' or 'else' or 'endif'. The innermost block...
Thank you for your report. Elastic's security reporting guidelines are available at https://www.elastic.co/community/security. Per those guidelines, all reports of potential security issues or vulnerabilities should be sent via email to...
Can you share the security scanner being used? Thank you.
fixed by #85 and #98
Good catch! It seems the jobs creating the "logstash:" images are not flexible enough to rebuild the env2yaml for each arch, while the ones created by elastic are: #### `logstash:8.12.0`...
Unfortunately this does break plugin installation in the case where jars need to be downloaded at install time. For example: ``` ❯ bin/logstash-plugin install logstash-output-oss Using bundled JDK: /Users/joaoduarte/elastic/logstash/build/logstash-8.14.0-SNAPSHOT/jdk.app/Contents/Home Validating...
With ruby-maven-libs 3.8.9 out, I've repurposed this plugin to upgrade the gem instead of removing the jars from it.
@logstashmachine backport 8.13
I wonder if this is related to https://github.com/jruby/jruby-openssl/issues/242
I've submitted a workaround to ruby-build that updates rubygems if JRUBY version is 9.2.x, which allows the jruby-launcher to be installed: https://github.com/rbenv/ruby-build/pull/2246. I've tested locally and it works, feedback is...