I am trying to configure simple authentication for rest proxy for Kafka cluster repo with dockerfile but cannot login to rest proxy.
I used this documentation to configure authentication. Cluster described in docker-compose.yml file runs successfully but when I try lo login in localhost:8082/topics/ with browser using thisismyusername username and thisismypass password I got nothing. I assume that authentication was failed. How is it possible to fix that?