blakeblackshear.frigate/frigate/test
Josh Hawkins cd606ad240
Enforce default admin role requirement for API endpoints (#21065)
* require admin role by default

* update all endpoint access guards

* explicit paths and prefixes exception lists

* fix tests to use mock auth

* add helper and simplify auth conditions

* add missing exempt path

* fix test

* make metrics endpoint require auth
2025-11-26 15:07:28 -06:00
..
http_api Enforce default admin role requirement for API endpoints (#21065) 2025-11-26 15:07:28 -06:00
__init__.py
const.py
test_birdseye.py
test_camera_pw.py
test_config.py Fixes (#18338) 2025-05-22 09:38:14 -06:00
test_copy_yuv_to_position.py
test_ffmpeg_presets.py
test_gpu_stats.py Add support for SR-IOV GPU stats (#15796) 2025-02-08 12:47:01 -06:00
test_obects.py Various fixes (#14410) 2024-10-17 11:02:27 -05:00
test_object_detector.py Improve async object detector support (#17712) 2025-04-15 08:55:38 -05:00
test_proxy_auth.py Enhance user roles to limit camera access (#20024) 2025-09-12 05:19:29 -06:00
test_record_retention.py Improve recording retention logic (#20506) 2025-10-15 11:09:28 -06:00
test_reduce_boxes.py
test_storage.py Pull count of detection events by label into prometheus metrics (#20119) 2025-09-19 06:27:20 -06:00
test_video.py
test_yuv_region_2_rgb.py