Closed
Description
As an enterprise user, I would like to be able to view the audit logs for my organization.
Technical considerations
This link should be hidden for non-enterprise users. The logic for that gate is part of the licensing RFC, which is not yet completed. So that we aren't blocked on Audit work, we should feature flag this route and link.
AC
- Create a new audit route at
/audit
- Hide using a feature flag so that no customers can see the in-progress page - redirect back to
/workspaces
if someone guesses the route. - Create a new route link in the primary nav bar
- Feature flag the link.
- Add tests and stories
Definition of Done
Above AC is met.