summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-12-03 16:45:17 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-12-03 16:45:17 +0100
commit8dcecc10545b50eadca87903aee141e7a370f817 (patch)
tree6ca66aab34c0be31e29ff6b40c42ac0cd48a7644
parentdde5832220d560fe72aca0bb3076372d43294c3b (diff)
downloaddeployment-8dcecc10545b50eadca87903aee141e7a370f817.tar.gz
deployment-8dcecc10545b50eadca87903aee141e7a370f817.tar.bz2
deployment-8dcecc10545b50eadca87903aee141e7a370f817.zip
Use plain user/pass file.
-rw-r--r--buildbot/master.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 793e27f..85b4615 100644
--- 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