lensesio / kafka-topics-ui

Web Tool for Kafka Topics |
https://lenses.io
877 stars 148 forks source link

How to achieve API basic auth with docker container? #103

Closed ghost closed 6 years ago

ghost commented 6 years ago

^

andmarios commented 6 years ago

For this image (but not the rest of our UIs for now), you can add something like this to your docker run:

-e "CADDY_OPTIONS=basicauth / [USER] [PASS]"

Please remember though, generally it is a bad idea to use basic authentication without SSL.

andmarios commented 6 years ago

I don't see a follow up, so I gather the issue was solved. Feel free to re-open if the above doesn't work for you.