From 87cf68b213cea900c18913d18ec701a5b86596ab Mon Sep 17 00:00:00 2001 From: Tobie Morgan Hitchcock Date: Wed, 14 Feb 2018 15:48:55 +0000 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20log=20context=20auth=20data?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/executor.go | 1 - 1 file changed, 1 deletion(-) diff --git a/db/executor.go b/db/executor.go index c2bb6966..4fd19631 100644 --- a/db/executor.go +++ b/db/executor.go @@ -119,7 +119,6 @@ func (e *executor) execute(ctx context.Context, ast *sql.Query) { log := log.WithPrefix("sql").WithFields(map[string]interface{}{ "id": ctx.Value(ctxKeyId), "kind": ctx.Value(ctxKeyKind), - "auth": ctx.Value(ctxKeyAuth), }) if stm, ok := stm.(sql.AuthableStatement); ok {