summaryrefslogtreecommitdiff
path: root/source/master.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'source/master.cfg')
-rw-r--r--source/master.cfg12
1 files changed, 6 insertions, 6 deletions
diff --git a/source/master.cfg b/source/master.cfg
index df11887..d9fde98 100644
--- a/source/master.cfg
+++ b/source/master.cfg
@@ -95,13 +95,13 @@ authz_cfg=authz.Authz(
# change any of these to True to enable; see the manual for more
# options
auth=auth.BasicAuth([(orch_config.web_user,orch_config.web_user_password)]),
- gracefulShutdown = False,
+ gracefulShutdown = 'auth',
forceBuild = 'auth', # use this to test your slave once it is set up
- forceAllBuilds = False,
- pingBuilder = False,
- stopBuild = False,
- stopAllBuilds = False,
- cancelPendingBuild = False,
+ forceAllBuilds = 'auth',
+ pingBuilder = 'auth',
+ stopBuild = 'auth',
+ stopAllBuilds = 'auth',
+ cancelPendingBuild = 'auth',
)
c['status'].append(html.WebStatus(http_port=8010, authz=authz_cfg))