chore: remove nip.io now that EG supports localhost backends in cli#1501
Merged
mathetake merged 1 commit intoenvoyproxy:mainfrom Nov 11, 2025
Merged
chore: remove nip.io now that EG supports localhost backends in cli#1501mathetake merged 1 commit intoenvoyproxy:mainfrom
mathetake merged 1 commit intoenvoyproxy:mainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1501 +/- ##
==========================================
- Coverage 83.93% 83.92% -0.01%
==========================================
Files 144 144
Lines 12670 12663 -7
==========================================
- Hits 10635 10628 -7
Misses 1419 1419
Partials 616 616 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Member
Author
|
/retest |
codefromthecrypt
approved these changes
Nov 7, 2025
Contributor
codefromthecrypt
left a comment
There was a problem hiding this comment.
great and this doesn't just solve the auto-config (ENV driven) mode, but also config in general. The first time I tried aigw, I lost many hours trying not knowing there were tricks needed just to use localhost. That time was before we had auto-config so it was just a really obscure pitfall in the normal yaml.
Signed-off-by: Ignasi Barrera <ignasi@tetrate.io> Signed-off-by: Ignasi Barrera <nacx@apache.org>
Member
Author
|
The change in EG is released and this is ready for review and merge |
Contributor
|
thanks I am really happy you did this |
mathetake
approved these changes
Nov 11, 2025
Member
|
/retest |
hustxiayang
pushed a commit
to hustxiayang/ai-gateway
that referenced
this pull request
Nov 13, 2025
…nvoyproxy#1501) **Description** Now that EG has merged the patch that allows using `localhost` in Backends when running in standalone mode, we can remove the uses of `.nip.io` we were using to overcome the limitation when proxying local Ollama LLMs or local MCP servers. I've verified all Docker guides we had as well as all ollama configs and everything works as expected (cc @codefromthecrypt) **Related Issues/PRs (if applicable)** envoyproxy/gateway#7427 **Special notes for reviewers (if applicable)** This requires upgrading to the latest EG from main (the change hasn't yet been cherry-picked to the 1.6 release branch). Opening as a draft to avoid bumping the EG dependency beyond 1.6 until we release. Signed-off-by: Ignasi Barrera <ignasi@tetrate.io> Signed-off-by: Ignasi Barrera <nacx@apache.org> Signed-off-by: yxia216 <yxia216@bloomberg.net>
missBerg
pushed a commit
to missBerg/ai-gateway
that referenced
this pull request
Dec 20, 2025
…nvoyproxy#1501) **Description** Now that EG has merged the patch that allows using `localhost` in Backends when running in standalone mode, we can remove the uses of `.nip.io` we were using to overcome the limitation when proxying local Ollama LLMs or local MCP servers. I've verified all Docker guides we had as well as all ollama configs and everything works as expected (cc @codefromthecrypt) **Related Issues/PRs (if applicable)** envoyproxy/gateway#7427 **Special notes for reviewers (if applicable)** This requires upgrading to the latest EG from main (the change hasn't yet been cherry-picked to the 1.6 release branch). Opening as a draft to avoid bumping the EG dependency beyond 1.6 until we release. Signed-off-by: Ignasi Barrera <ignasi@tetrate.io> Signed-off-by: Ignasi Barrera <nacx@apache.org> Signed-off-by: Erica Hughberg <erica.sundberg.90@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Now that EG has merged the patch that allows using
localhostin Backends when running in standalone mode, we can remove the uses of.nip.iowe were using to overcome the limitation when proxying local Ollama LLMs or local MCP servers.I've verified all Docker guides we had as well as all ollama configs and everything works as expected (cc @codefromthecrypt)
Related Issues/PRs (if applicable)
envoyproxy/gateway#7427
Special notes for reviewers (if applicable)
This requires upgrading to the latest EG from main (the change hasn't yet been cherry-picked to the 1.6 release branch). Opening as a draft to avoid bumping the EG dependency beyond 1.6 until we release.