lmenezes / cerebro-docker

official cerebro docker image
118 stars 40 forks source link

Login page authentication div is disabled. #26

Open raghav-vk opened 1 year ago

raghav-vk commented 1 year ago

Setup: I am trying to run a POC and MacBook. Running ELK stack with docker-compose. I am trying to add Cerebro to the network and run the docker container. Everything is up and running however, the access method is with elastic credentials and the login page loads without authentication div. Is there a reason why this is the case? Can we enable it?

I looked at the code, there is authorize method available, just the div is disabled and route is not configured. Can this be fixed? Should I submit a PR?