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

Secured cached mapping does not parse more than one role

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
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: