From 8dcecc10545b50eadca87903aee141e7a370f817 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 3 Dec 2018 16:45:17 +0100 Subject: Use plain user/pass file. --- buildbot/master.cfg | 4 ++-- 1 file 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 -- cgit v1.2.3