Uploaded image for project: 'ActiveMQ Classic'
  1. ActiveMQ Classic
  2. AMQ-7230

Add support for regex based certificate authentication

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 5.15.10, 5.16.0
    • Broker
    • None

    Description

      The current certificate authentication module (TextFileCertificateLoginModule) uses a file mapping user names to DNs.

      In some cases, the list of known DNs can be large and dynamic. This is the case for instance when using host certificates.

      Host certificates could be very dynamic (when new virtual machines get created) while keeping a fixed structure such as CN=hostxyz.acme.org, OU=computers, DC=acme, DC=org. It is impractical to generate all the possible DNs and feed this to ActiveMQ.

      It would be very useful to have regular expression based certificate authentication. With the example above, we could have a single line:

      acme.computers=/^CN=\w+\.acme\.org, OU=computers, DC=acme, DC=org$/

      Attachments

        Issue Links

          Activity

            People

              jbonofre Jean-Baptiste Onofré
              lionel.cons Lionel Cons
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 20m
                  20m