Skip to content

Commit

Permalink
Merge pull request #40 from rsatal/unredact_JWT
Browse files Browse the repository at this point in the history
PTOCP-1121 - Update authz middleware to not redact the JWT token
  • Loading branch information
rsatal authored Jul 16, 2024
2 parents 5eddea9 + 684b525 commit a6eb93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http_opa/authorizer.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit a6eb93c

Please sign in to comment.