add cameras to frigate
This commit is contained in:
6
vault/kubernetes-roles/frigate-camera.yaml
Normal file
6
vault/kubernetes-roles/frigate-camera.yaml
Normal 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
4
vault/policy/frigate.hcl
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
path "secret/data/cameras" {
|
||||
capabilities = ["read"]
|
||||
}
|
||||
Reference in New Issue
Block a user