-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
7.5.0.CR1
-
None
While testing changes to the ActiveMQ Artemis v2alpha1 CRD it was noted that when starting from a custom resource instance with role NOT defined that the role got defined incorrectly as '--name' as per this snippet from the resulting broker.xml:
<default-access> <access method="list*" roles="--name"/> <access method="get*" roles="--name"/> <access method="is*" roles="--name"/> <access method="set*" roles="--name"/> <access method="*" roles="--name"/> </default-access>
While the web console access appeared ok, some of the following sections had the regular role names assigned such as 'amq' so no doubt this is a problem.
Note that ENTMQBR-2823 may have been in play at the time when it occurred.
- is related to
-
ENTMQBR-2846 Update CRD to remove role, user (name), and lengthen generated password in liew of setting it
- Closed
-
ENTMQBR-2859 Document 7.5 Operator: Update CRD to remove role, user (name), and lengthen generated password in liew of setting it
- Closed