You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/08/07 05:44:00 UTC

[jira] [Work logged] (AMQ-7230) Add support for regex based certificate authentication

     [ https://issues.apache.org/jira/browse/AMQ-7230?focusedWorklogId=290245&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-290245 ]

ASF GitHub Bot logged work on AMQ-7230:
---------------------------------------

                Author: ASF GitHub Bot
            Created on: 07/Aug/19 05:43
            Start Date: 07/Aug/19 05:43
    Worklog Time Spent: 10m 
      Work Description: jbonofre commented on pull request #367: AMQ-7230 - Add support for regex based certificate authentication
URL: https://github.com/apache/activemq/pull/367
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 290245)
    Time Spent: 20m  (was: 10m)

> Add support for regex based certificate authentication
> ------------------------------------------------------
>
>                 Key: AMQ-7230
>                 URL: https://issues.apache.org/jira/browse/AMQ-7230
>             Project: ActiveMQ
>          Issue Type: Improvement
>            Reporter: Lionel Cons
>            Assignee: Jean-Baptiste Onofré
>            Priority: Minor
>             Fix For: 5.16.0, 5.15.10
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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:
> {quote}acme.computers=/^CN=\w+\.acme\.org, OU=computers, DC=acme, DC=org$/{quote}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)