commit 8dcecc10545b50eadca87903aee141e7a370f817
parent dde5832220d560fe72aca0bb3076372d43294c3b
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Mon, 3 Dec 2018 16:45:17 +0100
Use plain user/pass file.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -454,7 +454,7 @@ c["titleURL"] = "https://taler.net"
# We use nginx to expose the BB under this URL.
c["buildbotURL"] = "https://buildbot.taler.net/"
-HTPASSWD_FILE = "/home/containers/buildbot/htpasswd"
+from taler_bb_userpass_db import USER_PASSWORD_DB
# minimalistic config to activate new web UI
c["www"] = {
@@ -463,7 +463,7 @@ c["www"] = {
"waterfall_view": {},
"console_view":{}},
"allowed_origins": ["https://*.taler.net"],
- "auth": util.HTPasswdAuth(HTPASSWD_FILE)}
+ "auth": util.UserPasswordAuth(USER_PASSWORD_DB)}
####### DB URL