shangjin92 opened a new issue, #207:
URL: https://github.com/apache/rocketmq-operator/issues/207

   There are some circumstances where setting environment variables in the 
NameServer pod is necessary, such as when addressing the CVE-2011-1473 
vulnerability, which requires the addition of specific environment variables.
   
   ```yaml
   env:
       - name: JAVA_OPT_EXT
         value: " -Djdk.tls.rejectClientInitiatedRenegotiation=true "
   ```
   
   CVE-2011-1473:
   * https://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2011-1473
   * https://nvd.nist.gov/vuln/detail/CVE-2011-1473
   * https://github.com/apache/rocketmq/issues/1233


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to