Description
Currently within the admin tool, all admin users can see all the navigation links to all parts of the admin, even if they don't have permissions to view those pages. They won't be able to do anything on those page, since our permissions system forbid it, but it's confusing having these links present. This has become more relevant since we've had to remove the ability for admins to manage their own admin group (part of our ATO), so it's confusing still having links to the admin group part of the admin for everyone.
I think this functionality become broken in the API Umbrella v0.14.0 release when we shifted around some of the admin app implementation. Previously, we had hidden the admin navigation links as appropriate, but we were missing test coverage on this functionality and missed it during those upgrades.