Re: [ovs-dev] [PATCH ovn v2 1/3] rbac: Only allow relevant chassis to update service monitors.

2024-02-02 Thread Ales Musil
On Tue, Jan 30, 2024 at 10:08 PM Mark Michelson wrote: > Service monitors already had the restriction that chassis could not > insert or delete records. However, there was nothing restricting chassis > from updating records for service monitors that are relevant to other > chassis. > > This

[ovs-dev] [PATCH ovn v2 1/3] rbac: Only allow relevant chassis to update service monitors.

2024-01-30 Thread Mark Michelson
Service monitors already had the restriction that chassis could not insert or delete records. However, there was nothing restricting chassis from updating records for service monitors that are relevant to other chassis. This change adds a new "chassis_name" column to the Service_Monitor table.