apache / rocketmq-operator

Apache RocketMQ Operator
https://rocketmq.apache.org/
Apache License 2.0
308 stars 126 forks source link

Unable to set environment variables in NameServer pod. #207

Closed shangjin92 closed 5 months ago

shangjin92 commented 6 months ago

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.

env:
    - name: JAVA_OPT_EXT
      value: " -Djdk.tls.rejectClientInitiatedRenegotiation=true "

CVE-2011-1473: