vmware / govmomi

Go library for the VMware vSphere API
Apache License 2.0
2.3k stars 910 forks source link

fix: endpoint url to bypass lookup service if envoy sidecar enabled #3391

Closed ramineni closed 6 months ago

ramineni commented 6 months ago

EndpointURL returns FQDN:443 as endpoint url even if envoy sidecar enabled. This MR updates to bypass lookup service if envoy sidecar enabled.

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Closes: #(issue-number)

Type of change

Please mark options that are relevant:

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. If applicable, please also list any relevant details for your test configuration.

Checklist:

ramineni commented 6 months ago

cc @dougm @mayankbh