You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use RBAC while connecting ovn-controllers to SB database
This patch configures RBAC to access OVN SB databases so that
ovn-controllers now have limited access to this DB and will only be able
to modify its own data.
On the other hand Northd requires "full access" to the SB DB, and to
achieve that there is another DB listener created on port 16642 for
to be used by northd.
More info about OVN RBAC can be found in its documentation at [1].
[1] https://docs.ovn.org/en/latest/tutorials/ovn-rbac.html
Related: #1922
Assisted-by: claude-opus-4.6
Signed-off-by: Slawek Kaplonski <skaplons@redhat.com>
0 commit comments