I am using zipkin to do distributed tracing of my microservice architecture.
I have created zipkin server by adding zipkin server dependency and @EnableZipkinServer Annotation.
Now is there a way I can add password protection to my zipkin web interface?