Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
base64 encode passwords and simplify .brooklyn_cli structure
Includes support for old style .brooklyn_cli format such that it will read credentials from the old style and use them, but overwrite with the new style on next login. New style looks like: { "credentials": { "password": "cGFzc3dvcmQ=", "username": "geoff" }, "skipSslChecks": false, "target": "http://geoffs-macbook-pro.local:8081" }
- Loading branch information
Showing
3 changed files
with
158 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters