Skip to content

Commit

Permalink
[PLAT-12810] Disable env proxy selector in case v6_only is set - as i…
Browse files Browse the repository at this point in the history
…t does not handle ipv6 addresses properly right now.

Summary:
Current env proxy selector is not able to handle ipV6 addresses properly.
We're making change to disable that in v6_only scenario for now, until we have a proper fix for proxy selection.

Test Plan: N/A

Reviewers: sanketh, anijhawan

Reviewed By: sanketh, anijhawan

Subscribers: yugaware

Differential Revision: https://phorge.dev.yugabyte.com/D32591
  • Loading branch information
anmalysh-yb committed Feb 22, 2024
1 parent c21542d commit deede86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stable/yugaware/templates/configs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ data:
security.headers.hsts_enabled = true
{{- end }}
security.headers.custom_headers = {{ include "customHeaders" . }}
{{- if eq .Values.ip_version_support "v6_only" }}
env_proxy_selector.enabled = false
{{- end }}
}

play.filters {
Expand Down

0 comments on commit deede86

Please sign in to comment.