hawtio / hawtio-kubernetes

hawtio plugin for working with kubernetes
Apache License 2.0
24 stars 14 forks source link

Remove hawtio proxy layer & makes requests directly to API server #23

Closed jimmidyson closed 9 years ago

jimmidyson commented 9 years ago

This was discussed on a call a few weeks back but API servers will have CORS configured properly & so the proxy layer we have is redundant. Removing this will simplify the usage.

Needs to have a way to switch between API servers so we could potentially manage multiple clusters from one console. Also need to think about how we default this - env var is probably good, specified in a template.

jimmidyson commented 9 years ago

Think everything is migrated across to direct