While currently JMX_EXPORTER supports connecting to SSL protected remote JMX port . What I am trying to add is a protection to HTTP endpoint .
In our case protecting JMX with NGINX means adding side container to every POD we run ( unfeasible given a size of organisation and number of teams running on K8s ) . So we are currently planning to exist in a branch that supports SSL protection and at least basic authentication to HTTP endpoint .