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

Make logHTTPHeaders optional #12747

Merged
merged 1 commit into from
Jun 21, 2024
Merged

Make logHTTPHeaders optional #12747

merged 1 commit into from
Jun 21, 2024

Conversation

adleong
Copy link
Member

@adleong adleong commented Jun 18, 2024

The proxy.logHTTPHeaders Helm variable supports two values: "insecure" and "off". However, if this value is absent entirely, validation will fail because it it not one of the supported values. This can cause issues with backwards compatibility.

We make this value optional by adding "" as a legal value during validation. Leaving this value unset is equivalent to "off" which is the default value.

Signed-off-by: Alex Leong <alex@buoyant.io>
@adleong adleong requested a review from a team as a code owner June 18, 2024 22:03
@adleong adleong merged commit 010f15f into main Jun 21, 2024
36 checks passed
@adleong adleong deleted the alex/log-http-headers-followup branch June 21, 2024 13:50
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.

None yet

2 participants