Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review header redaction #1447

Open
bart-vmware opened this issue Jan 21, 2025 · 0 comments
Open

Review header redaction #1447

bart-vmware opened this issue Jan 21, 2025 · 0 comments
Labels
ReleaseLine/4.x Identified as a feature/fix for the 4.x release line
Milestone

Comments

@bart-vmware
Copy link
Member

bart-vmware commented Jan 21, 2025

Find places in the codebase that use HttpClient or HttpClientFactory and add the appropriate HTTP header redaction. Such as:

IHttpClientBuilder httpClientBuilder = services
    .AddHttpClient(PermissionsProvider.HttpClientName)
    .RedactLoggedHeaders(["Authorization"]);
@bart-vmware bart-vmware added the ReleaseLine/4.x Identified as a feature/fix for the 4.x release line label Jan 21, 2025
@bart-vmware bart-vmware added this to the 4.0.0-m1 milestone Jan 21, 2025
@bart-vmware bart-vmware modified the milestones: 4.0.0-m1, 4.0.0-m2 Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ReleaseLine/4.x Identified as a feature/fix for the 4.x release line
Projects
None yet
Development

No branches or pull requests

1 participant