Skip to content

Commit

Permalink
* Fjerner bearer token som persisteres til logg gjennom instrumentering
Browse files Browse the repository at this point in the history
#deploy-proxy-pensjon
  • Loading branch information
stigus committed Nov 20, 2024
1 parent 40f265c commit 33873af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ private String formatMessage(String message) {
return match.group();
});

message = bearer.matcher(message).replaceAll("REDACTED_AUTH_HEADER");
message = bearer.matcher(message).replaceAll("REDACTED_BEARER");

return message;
}
Expand Down

0 comments on commit 33873af

Please sign in to comment.