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

Secured cached mapping does not parse more than one role

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      When we try to create a cache that contains more than one role mapped on the security, the parser fails.

      To reproduce the error: try to create a cache with the console providing this configuration:

      works

      {
        "replicated-cache": {
          "mode": "SYNC",
          "security": {
            "authorization": {
              "enabled": true,
              "roles": "admin"
            }
          }
        }
      }
      

      fails

      {
        "replicated-cache": {
          "mode": "SYNC",
          "security": {
            "authorization": {
              "enabled": true,
              "roles": ["admin", "monitor"]
            }
          }
        }
      }
      

              ttarrant@redhat.com Tristan Tarrant
              karestig@redhat.com Katia Aresti
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: