We're running solr 4.1.0 in a production environment along with a number of mirrored staging environments. We provide full access to the admin console to our developers & qa on the staging environments. We'd like to be able to provide them with limited access to the production admin pages so that they can do things like view the dashboard & properties, view the schemas of each core, run queries, etc. but not be able to do things like add/remove cores, rename them, disable replication, etc. We'd actually be happy with a fully read-only version of the admin console for them as long as our production folks would have full access when needed.
Is there a relatively easy way of doing something like this? -Bruce