You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by sv...@apache.org on 2016/08/26 12:57:36 UTC

[2/2] brooklyn-dist git commit: Closes #43

Closes #43

Close public ports protected by the default credentials

After the changes three ports remain open:
  * 8081 - web UI, password is generated on the fly if not explicitly set by the user
  * 8101 - ssh Karaf access, protected by default credentials, open to localhost only
  * random - jmx port, enabled by "-Dcom.sun.management.jmxremote" in bin/karaf, allows local access only
  * random - shutdown port


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/77cad55a
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/77cad55a
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/77cad55a

Branch: refs/heads/master
Commit: 77cad55a6bb235080772a63bb25649f111d2bb15
Parents: d6a9251 d45be31
Author: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Authored: Fri Aug 26 15:57:10 2016 +0300
Committer: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Committed: Fri Aug 26 15:57:10 2016 +0300

----------------------------------------------------------------------
 .../resources/etc/org.apache.karaf.shell.cfg    | 96 ++++++++++++++++++++
 karaf/features/src/main/feature/feature.xml     | 26 +++++-
 2 files changed, 121 insertions(+), 1 deletion(-)
----------------------------------------------------------------------