-
Notifications
You must be signed in to change notification settings - Fork 321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Janus crashes on hot-reload when oauth is not configured #395
Comments
I Have Taken the word of DineshReddyK and s4nji about the OAUTH. But my case is: A close friend requested me to set up Janus for his Intranet, so he can set services on LAN on a easy way (Ansible/Docker). He'll not use OAUTH (github, FB, etc.). How I can set up the janus.toml configuration, to use only BASIC AUTH?
The error is the same: CLIENT: JANUS SERVER:
The janus.toml file is:
Despite the fact of I'm testing on a OpenSuse Linux, but the final server will be a Windows Server without MongoDB. So any help about set the dsn to a Windows file system! My guess is something like: Does anybody can give a guidece? -------x-------x |
Janus daemon is crashing on hot reload when the /etc/janus/auth directory is missing.
That seems to be because, on startup,
repo
is not built if auth directory is missing.and on reload, the
repo
is used without any 'nil' checks.Reproduction Steps:
Expected behavior:
Janus should not crash
Observed behavior:
Janus crash
Janus version: master
OS and version: fedora
The text was updated successfully, but these errors were encountered: