Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Disabling Auth in Docker files not working #69

Open
streetmapp opened this issue Jul 18, 2016 · 4 comments
Open

Disabling Auth in Docker files not working #69

streetmapp opened this issue Jul 18, 2016 · 4 comments

Comments

@streetmapp
Copy link

streetmapp commented Jul 18, 2016

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.

@jparrill
Copy link

jparrill commented Oct 8, 2016

+1

@fmartingr
Copy link

fmartingr commented Oct 9, 2016

@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
Copy link

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

@gh0st
Copy link

gh0st commented Jan 13, 2017

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants