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 typed_dns_resolver_config configurable in Envoy Cluster configuration #3503

Merged

Conversation

renuka-fernando
Copy link
Contributor

@renuka-fernando renuka-fernando commented Mar 26, 2024

Purpose

$subject

Issues

Fixes #

Automation tests

  • Unit tests added: No
  • Integration tests added: No

Tested environments

Docker Compose

Config

[router.upstream.dNS.DNSResolver]
  # DNS resolver type. Available options: "c-ares"
  resolverType = "c-ares"
[router.upstream.dNS.DNSResolver.cAres]
  # Use the system DNS resolver as a fallback when the c-ares resolver fails. If false the resolvers listed in the resolvers list will override the default system resolvers.
  useResolversAsFallback = false
  # If there are no available network interfaces for a given IP family, filter those addresses from the results
  filterUnroutableFamilies = false
  # Use TCP for all DNS queries instead of the default protocol UDP.
  useTCPForDNSLookups = false
  # Do not use the default search domains; only query hostnames as-is or as aliases.
  noDefaultSearchDomain = false
[[router.upstream.dNS.DNSResolver.cAres.resolvers]]
  # Available options: "UDP", "TCP"
  protocol = "TCP" 
  address = "0.0.0.0"
  port = 53

Maintainers: Check before merge

  • Assigned 'Type' label
  • Assigned the project
  • Validated respective github issues
  • Assigned milestone to the github issue(s)

@renuka-fernando renuka-fernando force-pushed the choreo-dns-resolution-options branch from 0c6dc59 to d1c4be8 Compare March 26, 2024 17:17
@renuka-fernando renuka-fernando merged commit 10e5e6f into wso2:choreo Mar 27, 2024
3 checks passed
@choreo-cicd
Copy link

[succeeded] : dev-deployment-v2 : 20240327.17

@choreo-cicd
Copy link

[failed] Dataplane(EastUS) cluster : dev-deployment-v2 : 20240327.17

@choreo-cicd
Copy link

[failed] Dataplane(NorthEU) cluster : dev-deployment-v2 : 20240327.17

@choreo-cicd
Copy link

[failed] Dataplane(NorthEU) cluster : dev-deployment-v2 : 20240327.18

@choreo-cicd
Copy link

[succeeded] Controlplane cluster : dev-deployment-v2 : 20240327.18

@choreo-cicd
Copy link

[failed] Dataplane(EastUS) cluster : dev-deployment-v2 : 20240327.18

@choreo-cicd
Copy link

[failed] Dataplane(EastUS) cluster : dev-deployment-v2 : 20240327.19

@choreo-cicd
Copy link

[failed] Dataplane(NorthEU) cluster : dev-deployment-v2 : 20240327.19

@choreo-cicd
Copy link

[succeeded] Dataplane(EastUS) cluster : dev-deployment-v2 : 20240327.21

@choreo-cicd
Copy link

[failed] Dataplane(NorthEU) cluster : dev-deployment-v2 : 20240327.21

@choreo-cicd
Copy link

[] Dataplane(EastUS) cluster : dev-deployment-v2 : 20240327.23

@choreo-cicd
Copy link

[] Dataplane(NorthEU) cluster : dev-deployment-v2 : 20240327.23

@choreo-cicd
Copy link

[] Controlplane cluster : dev-deployment-v2 : 20240327.23

@choreo-cicd
Copy link

[] : dev-deployment-v2 : 20240327.23

@choreo-cicd
Copy link

[succeeded] Dataplane(NorthEU) cluster : stage-deployment-v2 : 20240327.2

@choreo-cicd
Copy link

[succeeded] Dataplane(CDP2-WU2) cluster : stage-deployment-v2 : 20240327.2

@choreo-cicd
Copy link

[succeeded] Controlplane cluster : stage-deployment-v2 : 20240327.2

@choreo-cicd
Copy link

[succeeded] Dataplane(EastUS) cluster : stage-deployment-v2 : 20240327.2

@choreo-cicd
Copy link

[failed] Controlplane cluster : prod-deployment-v2 : 20240328.5

@choreo-cicd
Copy link

[succeeded] Dataplane(CDP2-WU2) cluster : prod-deployment-v2 : 20240328.5

@choreo-cicd
Copy link

[succeeded] Dataplane(NorthEU) cluster : prod-deployment-v2 : 20240328.5

@choreo-cicd
Copy link

[succeeded] Dataplane(EastUS) cluster : prod-deployment-v2 : 20240328.5

@choreo-cicd
Copy link

[] Dataplane(EastUS) cluster : prod-deployment-v2 : 20240328.5

@choreo-cicd
Copy link

[] Controlplane cluster : prod-deployment-v2 : 20240328.5

@choreo-cicd
Copy link

[] Dataplane(CDP2-WU2) cluster : prod-deployment-v2 : 20240328.5

@choreo-cicd
Copy link

[] Dataplane(NorthEU) cluster : prod-deployment-v2 : 20240328.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants