You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I want to setup AI proxy with a custom upstream url, I got an error
[lua] init.lua:1401:
balancer(): failed to set the current peer (address: api.scaleway.ai port: 443)
no host allowed while connecting to upstream
client: 172.17.0.1
server: kong
request: "POST /ai-proxy HTTP/1.1"
subrequest: "/kong_buffered_http"
host: "localhost:7110"
request_id: "58bd14166a68303a88699c54ea97ec62"
Expected Behavior
Kond should be running, and ready to proxy request to AI model
Each of these AI-enabled routes must point to a null service. This service doesn’t need to map to any real upstream URL, it can point somewhere empty (for example, http://localhost:32000), because the AI Proxy plugin overwrites the upstream URL. This requirement will be removed in a later Kong revision.
I think this is an unimplemented feature in kong, although kong's doc said it could be done as what you have set in ur custom plugin. We alraedy have this ticket internally, but we did not implement it currently.
Is there an existing issue for this?
Kong version (
$ kong version
)3.9
Current Behavior
When I want to setup AI proxy with a custom upstream url, I got an error
Expected Behavior
Kond should be running, and ready to proxy request to AI model
Steps To Reproduce
1- Setup kong like this
2- Launch kong
Anything else?
Bug possibly related : #12201, #14244
The text was updated successfully, but these errors were encountered: