Project

General

Profile

Actions

Bug #6827

closed

arvados-git-httpd prints plaintext user passwords to its output

Added by Joshua Randall almost 9 years ago. Updated over 8 years ago.

Status:
Resolved
Priority:
Normal
Assigned To:
Radhika Chippada
Category:
Git hosting
Target version:
Story points:
0.5

Description

sudo -u git arvados-git-httpd -address=:9001 -git-command="$(which git)" -repo-root=/opt/arvados_git/repositories
2015/07/30 18:59:49 Listening at [::]:9001
2015/07/30 18:59:49 Repository root /opt/arvados_git/repositories
2015/07/30 19:41:45 "127.0.0.1:39585" "" "" 401 "no credentials provided" "" "GET" "/arvados.git/info/refs"
2015/07/30 19:42:03 "127.0.0.1:39671" "" "" 401 "no credentials provided" "" "GET" "/arvados.git/info/refs"
2015/07/30 19:42:03 MakeArvadosClient: Missing required environment variable ARVADOS_API_HOST
2015/07/30 19:42:03 "127.0.0.1:39672" "" "my_ldap_password" 500 "connection pool failed" "arvados" "GET" "/arvados.git/info/refs"

(actual password redacted for obvious reasons)

This is particularly bad in our case, in which we are using LDAP for auth so it is spewing our actual systemwide password to the server logs!


Subtasks 1 (0 open1 closed)

Task #6895: Review branch: 6827-no-passwords-in-logsResolvedRadhika Chippada08/05/2015Actions
Actions

Also available in: Atom PDF