ARTEMIS-939 reload security credentials by default
(cherry picked from commit 68ac7d9668
)
This commit is contained in:
parent
88680fe1e8
commit
d6891cb0c6
|
@ -18,6 +18,7 @@
|
||||||
activemq {
|
activemq {
|
||||||
org.apache.activemq.artemis.spi.core.security.jaas.PropertiesLoginModule sufficient
|
org.apache.activemq.artemis.spi.core.security.jaas.PropertiesLoginModule sufficient
|
||||||
debug=false
|
debug=false
|
||||||
|
reload=true
|
||||||
org.apache.activemq.jaas.properties.user="artemis-users.properties"
|
org.apache.activemq.jaas.properties.user="artemis-users.properties"
|
||||||
org.apache.activemq.jaas.properties.role="artemis-roles.properties";
|
org.apache.activemq.jaas.properties.role="artemis-roles.properties";
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
activemq {
|
activemq {
|
||||||
org.apache.activemq.artemis.spi.core.security.jaas.PropertiesLoginModule required
|
org.apache.activemq.artemis.spi.core.security.jaas.PropertiesLoginModule required
|
||||||
debug=false
|
debug=false
|
||||||
|
reload=true
|
||||||
org.apache.activemq.jaas.properties.user="artemis-users.properties"
|
org.apache.activemq.jaas.properties.user="artemis-users.properties"
|
||||||
org.apache.activemq.jaas.properties.role="artemis-roles.properties";
|
org.apache.activemq.jaas.properties.role="artemis-roles.properties";
|
||||||
};
|
};
|
Loading…
Reference in New Issue