hawtio / hawtio-online

Hawtio on Kubernetes/OpenShift
Apache License 2.0
23 stars 25 forks source link

Hawtio Online should be robust in presense of unresponsive Jolokia endpoints #354

Closed tadayosi closed 4 months ago

tadayosi commented 5 months ago

When using Hawtio Online on K8s, hawtio-enabled applications should disable client cert authentication for their jolokia endpoints. However, it's easily neglected and users might try to use Hawtio Online with client cert auth enabled applications on K8s. In such a scenario, the Online console becomes very irresponsive, due to unresponsive Jolokia endpoints at the beginning of probing pods. That's not a great experience for the users to start Hawtio Online. It should be robust enough to start quickly even in presense of some misconfigured pods.