From d6891cb0c66339effd9eb3cca343deae7559c14a Mon Sep 17 00:00:00 2001 From: Justin Bertram Date: Tue, 7 Feb 2017 08:12:41 -0600 Subject: [PATCH] ARTEMIS-939 reload security credentials by default (cherry picked from commit 68ac7d96680afda563544332798df8fb651af62d) --- .../activemq/artemis/cli/commands/etc/login-with-guest.config | 1 + .../activemq/artemis/cli/commands/etc/login-without-guest.config | 1 + 2 files changed, 2 insertions(+) diff --git a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/login-with-guest.config b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/login-with-guest.config index 9f4dfea1e5..bd2a330bab 100644 --- a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/login-with-guest.config +++ b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/login-with-guest.config @@ -18,6 +18,7 @@ activemq { org.apache.activemq.artemis.spi.core.security.jaas.PropertiesLoginModule sufficient debug=false + reload=true org.apache.activemq.jaas.properties.user="artemis-users.properties" org.apache.activemq.jaas.properties.role="artemis-roles.properties"; diff --git a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/login-without-guest.config b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/login-without-guest.config index 89facb15de..93af12b5f9 100644 --- a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/login-without-guest.config +++ b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/login-without-guest.config @@ -18,6 +18,7 @@ activemq { org.apache.activemq.artemis.spi.core.security.jaas.PropertiesLoginModule required debug=false + reload=true org.apache.activemq.jaas.properties.user="artemis-users.properties" org.apache.activemq.jaas.properties.role="artemis-roles.properties"; }; \ No newline at end of file