-
Notifications
You must be signed in to change notification settings - Fork 7
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
[feature]: support for authenticated API calls #15
Comments
Hi!
Currently, authorization works as follows:
It's too confusing( A request to add HTTP digest authorization has been created - blakeblackshear/frigate#13297 Therefore, I suggest waiting a couple of months and seeing what will be changed. |
Hurray! The description of the authorization API appeared in 0.15.0 beta 1. Docs |
Hello, Is this the reason why I am getting this error on 0.15 beta4 from Frigate:
EDIT: seems not related. I faced cache issue. Optional cache set to 10MB only it seems, was too small for me, update it to 300MB and now working fine. |
Error:
It's not related to this topic. This can be caused by two running bots at the same time. |
@TheSleepySlee ^^^ |
Starting from version 0.14.0, Frigate introduced the support for authenticated UI and API interactions, thus deprecating the old endpoint (exposed on port 5000).
Leaving such port open is a security flaw that now can be natively solved without relying on 3rd party tools (like Authelia or other proxies) for authentication but still, this tool does not support authenticated HTTP calls yet.
Anyway, I really appreciate what you are doing, it saved my life (and home) 💪
The text was updated successfully, but these errors were encountered: