Open TacticalCheerio opened 6 years ago
I'm not able to replicate this. A couple ideas/things to try:
JWT_SECRET_KEY
and SECRET_KEY
are set as described here: https://github.com/Netflix/stethoscope/blob/master/instance/config.py127.0.0.1
instead of the hosts file entry. Whichever you use has to be registered with Google (including the port and scheme).
I'm having an issue with logging in once enabling OICD. When I navigate to the page Google shows me a 400 error
I've changed my hosts file to have a domain name that can be used for the redirect URI in the Google console. Currently running this through docker-compose and when the login fails I see:
Here is my current config.py file:
Any help is appreciated!