Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-3588

Description of ensemble-password is outdated

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • jboss-fuse-6.2.1
    • jboss-fuse-6.2
    • Fabric8 v1
    • None
    • % %

      Description of ensemble-password command is outdated and incorrect. The Details part is wrong, because is Fuse 6.2 there is a new way for changing the ensemble password using ensemble-password in different way.

      JBossFuse:karaf@root> ensemble-password --help
      DESCRIPTION
              fabric:ensemble-password
      
      	Display or update the ensemble password
      
      SYNTAX
              fabric:ensemble-password [options] [new-password] 
      
      ARGUMENTS
              new-password
                      The new ensemble password.  If not supplied, the password is displayed.
      
      OPTIONS
              -c, --commit
                      Commits the password change.
              --help
                      Display this help message
      
      DETAILS
              This command can be used to retrieve the ensemble password.
      
              To change this password, you need to recreate a new ensemble and specify the password you want, for example:
              fabric:ensemble-add --new-ensemble-password mynewpassword container1 container2
              or
              fabric:ensemble-remove --new-ensemble-password mynewpassword container1 container2
      
      JBossFuse:karaf@root> ensemble-password 
      admin
      JBossFuse:karaf@root> ensemble-password testpassword
      Updating the password...
      
      Password updated. Please wait a little while for the new password to
      get delivered as a config update to all the fabric nodes. Once, the 
      nodes all updated (nodes must be online), please run:
      
        fabric:ensemble-password --commit 
      
      JBossFuse:karaf@root> ensemble-password --commit
      JBossFuse:karaf@root> ensemble-password --commit
      Only the current password is allowed access to fabric now.
      JBossFuse:karaf@root> ensemble-password 
      testpassword
      

            yfang@redhat.com Freeman(Yue) Fang
            rjakubco Roman Jakubco (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: