- Notifications
You must be signed in to change notification settings - Fork927
Closed
Description
As an organization, I would like some of my users to be able to view the Audit Log while others cannot.
AC
- Gate the audit log link (in the nav bar) such that users with Admin or Auditor role can view it, but Member roles cannot. Make sure you keep the existing feature flag in place so that none of our users can see any audit features for the time being.
- Gate the audit log route such that users with Admin or Auditor role can view it, but Member roles cannot. Make sure you keep the existing feature flag in place so that none of our users can see any audit features for the time being. Member users should be rerouted to
/workspaces
- Add tests
Definition of Done
Above AC is completed.