add cameras to frigate

This commit is contained in:
2025-06-29 00:32:32 +02:00
parent c7cd2c5355
commit e7348b2718
5 changed files with 72 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
bound_service_account_names:
- camera
bound_service_account_namespaces:
- frigate
token_policies:
- frigate

4
vault/policy/frigate.hcl Normal file
View File

@@ -0,0 +1,4 @@
path "secret/data/cameras" {
capabilities = ["read"]
}