watchmen icon indicating copy to clipboard operation
watchmen copied to clipboard

Disabling Auth in Docker files not working

Open streetmapp opened this issue 8 years ago • 4 comments

I've recently worked on getting this stood up using the included Docker files leveraging docker-compose. In the docker-compose.env I added the following:

WATCHMEN_WEB_NO_AUTH='true'

However, when everything comes up, I'm still being asked to "Sign in with Google"

Edit: What is interesting is i can visit /services/add, but I can't hit the "add" button.

streetmapp avatar Jul 18 '16 19:07 streetmapp

+1

jparrill avatar Oct 08 '16 08:10 jparrill

@streetmapp @padajuan I got it working using the docker-compose.env with the boolean without quotes.

WATCHMEN_WEB_NO_AUTH=true

Using ' and " wasn't working for me either.

Maybe this should be the default behaviour.

fmartingr avatar Oct 09 '16 14:10 fmartingr

@gh0st Never used docker in a windows environment, did you try editing the .env file as I said in my previous comment?

fmartingr avatar Jan 13 '17 11:01 fmartingr

@fmartingr I did, that's when I deleted my comment. Thank you!

gh0st avatar Jan 13 '17 17:01 gh0st