Hi! Could you please let me know how to start the ...
# contributors
b
Hi! Could you please let me know how to start the review process for this PR? Also, I’d appreciate it if you could take a look and review it when you have a moment: https://github.com/ory/x/pull/874.
Copy code
Description PR:
By default, Oathkeeper redacts sensitive values from the logs like the Authorization HTTP header and cookie values. However, when defining a custom header with a token, the value of this token is not redacted. These changes add an option: custom_sensitive_headers. Headers listed in this option will be treated as sensitive and redacted as well.
Thank you!