Merge branch 'simpleauth'

This commit is contained in:
Johannes Zellner
2015-10-11 17:40:10 +02:00
11 changed files with 3968 additions and 2294 deletions

View File

@@ -152,6 +152,7 @@ function validatePortBindings(portBindings, tcpPorts) {
config.get('internalPort'), /* internal app server (lo) */
config.get('ldapPort'), /* ldap server (lo) */
config.get('oauthProxyPort'), /* oauth proxy server (lo) */
config.get('simpleAuthPort'), /* simple auth server (lo) */
3306, /* mysql (lo) */
8000 /* graphite (lo) */
];