GitHub user aledsage opened a pull request:
https://github.com/apache/brooklyn-dist/pull/122
Add generate-password.sh
In the classic launcher, one can run `brooklyn generate-password --user
<username>` to generate the hashed password to go in brooklyn.cfg, for logging
into the web-console.
In brooklyn karaf, that is not supported (so will not be available at all
from 1.0.0).
The PR adds a script to generate the hash of a given password.
If this looks good to reviewers, then I'll update the brooklyn docs
accordingly.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aledsage/brooklyn-dist
add-generate-password.sh
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-dist/pull/122.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #122
----
commit 4d3019882943d7615962271387b2fcef80059fde
Author: Aled Sage <aled.sage@...>
Date: 2018-06-20T12:20:43Z
Add generate-password.sh
----
---