lyft / presto-gateway

A load balancer / proxy / gateway for prestodb
Apache License 2.0
358 stars 156 forks source link

whitelist cluster api for presto ui #89

Closed chets25 closed 4 years ago

chets25 commented 4 years ago

This PR whitelists the v1/cluster API so that redirects from the query to the presto cluster render with the right details. Since this is currently not whitelisted, the UI shows a bunch of NaNs like this: image

Issue to track this: https://github.com/lyft/presto-gateway/issues/88