jbertram commented on code in PR #6436:
URL: https://github.com/apache/artemis/pull/6436#discussion_r3226811709


##########
artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Create.java:
##########
@@ -451,7 +451,7 @@ protected void setClusterPassword(String clusterPassword) {
 
    protected String getClusterPassword() {
       if (clusterPassword == null) {
-         clusterPassword = inputPassword("--cluster-password", "What is the 
cluster password?", "password-admin");
+         clusterPassword = inputPassword("--cluster-password", "What is the 
cluster password?", ActiveMQDefaultConfiguration.getDefaultClusterPassword());

Review Comment:
   I actually already implemented that on my branch for ARTEMIS-6055. I'll 
close this PR and handle this as part of the general case for all passwords.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to