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

Avoid calling real maxmind endpoint from EnterpriseGeoIpDownloader (#111121) #111171

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

masseyke
Copy link
Member

@masseyke masseyke commented Jul 22, 2024

If the geoip_use_service system property is set to true, then the EnterpriseGeoIpHttpFixture is disabled, so EnterpriseGeoIpDownloader incorrectly calls maxmind.com without credentials, and fails.
This change makes it so that the maxmind server is never called from tests.
Backports #111121

@masseyke masseyke added the auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) label Jul 22, 2024
@elasticsearchmachine elasticsearchmachine merged commit 75c1703 into elastic:8.15 Jul 22, 2024
15 checks passed
@masseyke masseyke deleted the backport/8.15/pr-111121 branch July 22, 2024 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport v8.15.0 v8.15.1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants