-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Missing authorization header errors #989
Comments
Am i'm right that Token is being lost somehow between Client -> Proxy -> Core communication? Since from the core service log we can see Or maybe it could be related with DefGuard/client#384? Since our setup is under CF aswell. |
i just stopped to proxy it (enrollment endpoint) via CloudFlare and it started to work, so seems like it's related to the issue which i mentioned before |
Yes this is very likely the case. We'll look into it. |
@t-aleksander maybe there is any news regarding this issue? |
@audmas Unfortunately not yet. We are quite busy with other stuff at the moment. We've put the issue on the backlog so it will be done before the version 1.3.0 (the next minor release) comes out. |
Describe the bug
Hello, when trying to add an new device for an existing or for the newly created users, core service throws an error
Missing authorization header
.To Reproduce
Steps to reproduce the behavior:
Add new device
.Expected behavior
It lets to add new device for existing users or for newly created ones.
Version information
Actually it started to act in this way from no where, one day it was working fine, another day this happened. Perhaps we are missing something from the configuration side?
The text was updated successfully, but these errors were encountered: