Uploaded image for project: 'Red Hat Data Grid'
  1. Red Hat Data Grid
  2. JDG-4202

Console will show a blank page if authorization is enabled

    XMLWordPrintable

Details

    • False
    • False
    • CR1
    • Undefined
    • Hide

      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
      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

    Description

      If the global security is added to have authorization the console will show a blank page after login.

      This is because of a failing request if ___schema_manager permission is missed for that user.

       

      In any case it would be expected that a missing permission should not show the error and prevent from using the console

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: