### Notes - Auditing is currently only accessible from the "Deployment" dropdown - To make it consistent with the org level auditing, it should be accessible from the deployment section of the `ManagementSettingsPage` ### Goals - [x] Change the /audit route to /deployment/audit, and add a `<Redirect>` to avoid breaking links. - [x] Add an "Auditing" sidebar item underneath the Deployment settings - [x] Make sure that the page integrates with/looks good in the new context (eg. the correct sidebar item is highlighted). Added by: https://github.com/coder/coder/pull/14023 - [x] Implement RBAC SQL filter for audit query on BE (https://github.com/coder/coder/pull/14070)