Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-8590

AS Testsuite helper class FileSystemRealm doesn't map roles correctly

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 11.0.0.Beta1
    • None
    • Test Suite
    • None

    Description

      Coverity scan found issue in following code in FileSystemRealm class in testsuite/shared module:

      String.format("/subsystem=elytron/filesystem-realm=%s/identity=%s:add-attribute(name=groups, value=[%s])",
        name, user.getName(), user.getPassword(), String.join(",", user.getRoles())));
      

      The code contains 3x %s, but 4x parametr.

      The param user.getPassword() is a C/P leftover and should be removed.

      https://github.com/wildfly/wildfly/blob/9a2abd640a01749efcf864a1184b025a0d7dd212/testsuite/shared/src/main/java/org/wildfly/test/security/common/elytron/FileSystemRealm.java#L64

      Attachments

        Issue Links

          Activity

            People

              josef.cacek@gmail.com Josef Cacek (Inactive)
              josef.cacek@gmail.com Josef Cacek (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: