From 7fa214ff25c60e12760e627ec418dad35044de16 Mon Sep 17 00:00:00 2001 From: elijah Date: Mon, 29 Jul 2013 22:39:21 -0700 Subject: security - set admins and force hsts for https://bitmask.net --- nodes/wallaby.json | 5 ++++- services/webapp.json | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/nodes/wallaby.json b/nodes/wallaby.json index d87c3dc..ffb92d4 100644 --- a/nodes/wallaby.json +++ b/nodes/wallaby.json @@ -4,5 +4,8 @@ "services": [ "monitor", "webapp" - ] + ], + "webapp": { + "secure": true + } } diff --git a/services/webapp.json b/services/webapp.json index 2c63c08..dcd0483 100644 --- a/services/webapp.json +++ b/services/webapp.json @@ -1,2 +1,5 @@ { + "webapp": { + "admins": ["elijah", "etest1"] + } } -- cgit v1.2.3