Repository: incubator-gearpump Updated Branches: refs/heads/master d82717512 -> 25d1fce6b
fix GEARPUMP-113, remove default admin account from geardefault.conf Author: manuzhang <[email protected]> Closes #16 from manuzhang/GEARPUMP-113. Project: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/commit/25d1fce6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/tree/25d1fce6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/diff/25d1fce6 Branch: refs/heads/master Commit: 25d1fce6b98872d6142d216166a5d204d01f9239 Parents: d827175 Author: manuzhang <[email protected]> Authored: Sat May 14 16:58:07 2016 +0800 Committer: manuzhang <[email protected]> Committed: Sat May 14 16:58:07 2016 +0800 ---------------------------------------------------------------------- core/src/main/resources/geardefault.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/25d1fce6/core/src/main/resources/geardefault.conf ---------------------------------------------------------------------- diff --git a/core/src/main/resources/geardefault.conf b/core/src/main/resources/geardefault.conf index 19ffb5f..6fb4eae 100644 --- a/core/src/main/resources/geardefault.conf +++ b/core/src/main/resources/geardefault.conf @@ -408,9 +408,7 @@ gearpump-ui { ## Admin users have super permission to do everything admins = { - ## Default Admin. Username: admin, password: admin - ## !!! Please replace this builtin account for production cluster for security reason. !!! - "admin" = "AeGxGOxlU8QENdOXejCeLxy+isrCv0TrS37HwA==" + # "admin" = "AeGxGOxlU8QENdOXejCeLxy+isrCv0TrS37HwA==" } ## normal user have special permission for certain operations.
