Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-12506

Console should work even if there is less permission for the user

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 11.0.8.Final, 12.0.0.Final
    • None
    • None
    • None
    • Hide

      This will show one issue because of missing ___schema_manager permission:

      Add security to the global configuration:

      <cache-container ...>
         <transport.../>
         <security>
             <authorization>
                <identity-role-mapper />
                <role name="admin" permissions="ALL" />
                <role name="reader" permissions="READ" />
                <role name="writer" permissions="WRITE" />
                <role name="supervisor" permissions="READ WRITE EXEC"/>
             </authorization>
         </security>

       

      add a user with groups like 'admin,supervisor,all'

      try to access the console

      Show
      This will show one issue because of missing ___schema_manager permission: Add security to the global configuration: <cache-container ...>    <transport.../>    <security>        <authorization>           <identity-role-mapper />           <role name="admin" permissions="ALL" />           <role name="reader" permissions="READ" />           <role name="writer" permissions="WRITE" />           <role name="supervisor" permissions="READ WRITE EXEC"/>        </authorization>    </security>   add a user with groups like 'admin,supervisor,all' try to access the console
    • Undefined

    Description

      Console should always show a page with some information or a message that the user can not access it because of permissions.

      If a minor permission is missed the field or cache can be removed from the view, or button can be disabled.

      But it should not end in blank pages as there is no hint what is going wrong.

      Attachments

        Issue Links

          Activity

            People

              karestig@redhat.com Katia Aresti
              rhn-support-wfink Wolf Fink
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: