Uploaded image for project: 'AMQ Documentation'
  1. AMQ Documentation
  2. AMQDOC-2428

Mention broken configuration of authenification and sasl mechanisms

XMLWordPrintable

    • Weeks 18, 19 (May 1 - 12), Week 20 (May 15-19), Weeks 21, 22 (May 22-Jun 2)

      Mention that attribute 'saslMechanisms' attribute in listener entity with value 'ANONYMOUS' in a combination with attribute 'authenticatePeer' with value set to 'yes'
      is a broken configuration

      What it makes is that when you say authenticatePeer: yes, it removes ANONYMOUS from the list of supported sasl mechanisms.

      example of such listener

      listener {
          name: secured_default_listener
          host: 0.0.0.0
          port: amqp
          authenticatePeer: yes
          saslMechanisms: ANONYMOUS
          role: normal
          sslProfile: my_profile
      }
      

              behardesty Ben Hardesty
              mlesko1 Matej Lesko (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: