Skip to content

Commit f8c2f28

Browse files
committed
added email to log messages
1 parent ff7156f commit f8c2f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/auth/github/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func (g Provider) VerifyCallback(r *http.Request) (principal auth.Principal, use
7070
if !allowed {
7171
allowed = g.EmailPermissionMap[userEmail]
7272
}
73-
logrus.Debugf("[github] user allowed based on email access? %s => %v", userId, allowed)
73+
logrus.Debugf("[github] user allowed based on email access? %s [%s] => %v", userId, userEmail, allowed)
7474

7575
if !allowed {
7676
err = auth.AccessDenied{}

0 commit comments

Comments
 (0)