jupyter_server icon indicating copy to clipboard operation
jupyter_server copied to clipboard

Pass Param Keys for scrubbing to remove from logs.

Open kellietay opened this issue 4 months ago • 2 comments

Problem

For any errors, the referer url is logged here and only hardcoded query parameters are scrubbed. Our query includes custom params like "jwt-token" that are not scrubbed and hence this sensitive information is logged.

Proposed Solution

Can we update the configs such that we can pass in the list of url params to be scrubbed instead of a hardcoded list?

Additional context

kellietay avatar Jun 24 '25 21:06 kellietay