Security

Why do I receive 'There was an error retrieving the configuration, can not process this page' when accessing certain manager pages?

hazekamp
Builder

When accessing a manager page for example:

manager/<app_name>/authentication/roles

I receive an error There was an error retrieving the configuration, can not process this page even though I have the edit_roles capability.

What gives?

0 Karma
1 Solution

hazekamp
Builder

The reason for this is simple. The ability to "read" manager pages is controlled by the search app's metadata regardless of capabilities assigned to the role/user accessing the page. In order to edit roles (in this example) using the manager/<app_name>/authentication/roles a role must meet the following criteria:

  1. Be allowed to read the manager page:

    ## $SPLUNK_HOME/etc/apps/search/metadata/local.meta
    [manager/authentication_roles]
    access = read : [ admin, my_role ], write : [ admin ]

  2. Be granted the appropriate capability (in this case edit_roles)

View solution in original post

hazekamp
Builder

The reason for this is simple. The ability to "read" manager pages is controlled by the search app's metadata regardless of capabilities assigned to the role/user accessing the page. In order to edit roles (in this example) using the manager/<app_name>/authentication/roles a role must meet the following criteria:

  1. Be allowed to read the manager page:

    ## $SPLUNK_HOME/etc/apps/search/metadata/local.meta
    [manager/authentication_roles]
    access = read : [ admin, my_role ], write : [ admin ]

  2. Be granted the appropriate capability (in this case edit_roles)

Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...