-
Notifications
You must be signed in to change notification settings - Fork 156
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
Not able to add a "GATEWAY_BACKEND" #121
Comments
I am able to add a new GATEWAY_BACKEND only via 'http://localhost:8080/entity' |
@ravi-krovvidi-exa Can you try below? |
Hi @ayushbilala @ravi-krovvidi-exa, Please help... |
the cli doesn't need to use the proxy URL, the idea was to use the gateway URL directly and the Presto/Trino traffic would be routed correctly |
curl -X POST http://localhost:8080/entity?entityType="GATEWAY_BACKEND" -d '{ "name": "presto1", "proxyTo": "http://localhost:9000","active": true, "routingGroup": "adhoc" }'
no matches found: http://localhost:8080/entity?entityType=GATEWAY_BACKEND
=========
followed the steps in documentation and able to view the Presto Gateway UI locally (http://localhost:8080), just not able to add 'GATEWAY_BACKEND'
Note - I built from master branch
The text was updated successfully, but these errors were encountered: