diladele / cloud-proxy

Cloud Proxy Project
1 stars 0 forks source link

list of proxies - should also show external IP of the proxy to connect to #110

Open ra-at-diladele-com opened 1 year ago

ra-at-diladele-com commented 1 year ago

Unfortunately the proxy object by itself does not contain the external IP field, we must issue an async GET request for each proxy object to contact the cluster and ask for its service status. This is a lot of changes though to how the internals of the app works.

Ideally we would reuse this functionality in the UI / Proxy / Server / External Connections page.

Decided to postpone for later.