arunbandari/mongo-gui

Simple Authentication Feature

josephlim75 opened this issue · 4 comments

Any plan to add simple authentication feature into this gui ?

I also find it interesting to have native authentication.

But as a workaround you can protect the application behind an nginx proxy with authentication, I've done this in other projects and it worked, this does not replace a native authentication that would be the best option.
See an example at http://shairosenfeld.blogspot.com/2011/03/authorization-header-in-nginx-for.html

Thanks Ugleiton, we actually planning to use oauth2_proxy https://github.com/oauth2-proxy/oauth2-proxy with haproxy / nginx. Similar to your suggestion.

I'm closing this issue. Thanks