From 684b525a87e6f421fd71398141f7e0776ec48050 Mon Sep 17 00:00:00 2001 From: Rahul Satal Date: Mon, 15 Jul 2024 19:03:23 +0530 Subject: [PATCH] Unredact the JWT token --- http_opa/authorizer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http_opa/authorizer.go b/http_opa/authorizer.go index 256ac1e..1e235de 100644 --- a/http_opa/authorizer.go +++ b/http_opa/authorizer.go @@ -109,7 +109,7 @@ func (a *httpAuthorizer) Evaluate(ctx context.Context, endpoint string, req inte Endpoint: pargsEndpoint, FullMethod: endpoint, Application: a.application, - JWT: opautil.RedactJWT(rawJWT), + JWT: rawJWT, RequestID: reqID, EntitledServices: a.entitledServices, }