Skip to content

Redact sensitive request headers in logs#6218

Open
venkatamudili-fel wants to merge 1 commit into
mainfrom
fix-redact-sensitive-request-headers
Open

Redact sensitive request headers in logs#6218
venkatamudili-fel wants to merge 1 commit into
mainfrom
fix-redact-sensitive-request-headers

Conversation

@venkatamudili-fel
Copy link
Copy Markdown

@venkatamudili-fel venkatamudili-fel commented May 12, 2026

Fixes feldera/feldera-qa#171

Describe Manual Test Plan

I reviewed the HTTP request debug logging path and confirmed that request headers were being logged directly.

This change adds redaction for sensitive headers before logging request details. Headers like Authorization, Cookie, Proxy-Authorization, and X-API-Key are now shown as [REDACTED] instead of exposing raw values.

Checklist

  • Unit tests added/updated
  • Integration tests added/updated
  • Documentation updated
  • Changelog updated

Breaking Changes?

No breaking changes.

Describe Incompatible Changes

No incompatible changes. This only changes debug logging output to avoid leaking sensitive request headers.

@venkatamudili-fel venkatamudili-fel requested a review from gz May 12, 2026 05:04
@venkatamudili-fel venkatamudili-fel self-assigned this May 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant