Read-only access to admin area
### Problem to solve We have a support team who needs to see things in the admin area but we don't necessarily want to make them full admins. The _auditor_ permission explicitly states that it's not a read-only admin as it doesn't have access to admin area, but doesn't provide any further docs or links to configuring a read-only admin user. ### Proposal Add a new per-user checkbox (and matching API call) to grant auditors read-only access to admin area. ### What does success look like, and how can we measure that? Auditors when new permission enabled are able to view, but not edit, the admin area. ### Links / references https://docs.gitlab.com/ee/administration/auditor_users.html
issue