How to configure webapp to have view access on system info

Hi,

I want to configure a group in the webapp, where each user just have read access to all components.
This should also include the Authorization and System section in the Admin dashboard.

I added as “Authorization Authorizations” a new entry with this settings:

type: Allow
group (yes its really a group): bpa-view
permissions: read
Resource ID: *

But when I login with a user which is member of this group, I just see the Users / Groups and Tenants Sections!

How to configure this correctly, or is it not possible to do this?

When having a look at the webapp source, it looks like both sections need “All” Permission for Authorizations to enable those sections?

 <li ng-class="activeClass('#/system')"
        show-if-authorized
        auth-permission="ALL"
        auth-resource-name="authorization">
      <a href="#/system?section=system-settings-general">System</a>
    </li>

Cheers,
Patrick