Uploaded image for project: 'AMQ Broker'
  1. AMQ Broker
  2. ENTMQBR-2824

Once when role was not specified it evaluated to '--name'

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Major Major
    • None
    • 7.5.0.CR1
    • operator
    • 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.

            rhn-support-rkieley Roderick Kieley
            rhn-support-rkieley Roderick Kieley
            Roman Vais Roman Vais
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: