summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2016-12-03 16:12:49 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2016-12-03 16:12:49 +0000
commitbf771ce1afd902f82bcb96bc6a28ee3270b20e12 (patch)
tree67cce0cb4b5818f4c1094cfc62abf9630cfd7df1 /lib
parent4ea060838a0a5e24efb2b30e572570d1b408e4f8 (diff)
downloadgitano-bf771ce1afd902f82bcb96bc6a28ee3270b20e12.tar.gz
Ensure gitano-auth passes the keytag through and that gitano.auth.is_authorized uses it
Diffstat (limited to 'lib')
-rw-r--r--lib/gitano/auth.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/gitano/auth.lua b/lib/gitano/auth.lua
index 0a2388d..2fd3740 100644
--- a/lib/gitano/auth.lua
+++ b/lib/gitano/auth.lua
@@ -53,9 +53,8 @@ local function set_environment(repo_root, repo, context, transactionid)
end
local function is_authorized(user, source, cmdline, repo_root,
- transactionid, start_log_level)
+ transactionid, start_log_level, keytag)
- local keytag = ""
local authorized = false
config.repo_path(repo_root)