You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2020/04/27 20:09:11 UTC

[GitHub] [activemq-artemis] jbertram commented on pull request #3102: ARTEMIS-2738 implement per-acceptor security domains

jbertram commented on pull request #3102:
URL: https://github.com/apache/activemq-artemis/pull/3102#issuecomment-620206276


   > How does this map into existing simple, roles.properties and user.properties is there a new security_domains.properties or something?
   
   I'm not entirely sure what you're asking. Everything maps like it always has. There's no new properties files or anything like that.
   
   > I think the documents need a bit of work, its not very clear to me how to use this, how it works etc and how it maps to JAAS?
   
   The document is pretty simple because the configuration and function is simple. Just specify the domain you want to use on your your acceptor using the `securityDomain` URL parameter. Then any client using that acceptor will be secured with that domain. It maps to JAAS just like the standard stuff. The specified `securityDomain` overrides the broker's configuration which includes the certificate domain.


----------------------------------------------------------------
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