-
Bug
-
Resolution: Done
-
Critical
-
AMQ 7.9.2.OPR.1.GA
-
None
-
False
-
False
-
-
According to documentation of applyToCrNames:
---------
Apply this security config to the brokers defined by the named CRs in the current namespace. A value of * or empty string means applying to all brokers.
Default value: All brokers defined by CRs in the current namespace.
---------
However, not having applyToCrNames in yaml still applies security settings to brokers in other namespaces, not just the current namespace.
To replicate, define ActiveMQArtemisSecurity setting in one namespace without applyToCrNames (therefore the default value will be used). You will see that this security setting is applied to all brokers in other namespaces that do not have their own ActiveMQArtemisSecurity instance with applyToCrNames.
- is blocked by
-
ENTMQBR-6629 Operator gets OOMKilled when applying a CR in second namespace
- Closed