[jboss-jira] [JBoss JIRA] (WFLY-12848) Not all attributes are listed via console

Wolfgang Mayer (Jira) issues at jboss.org
Wed Dec 4 08:34:00 EST 2019


Wolfgang Mayer created WFLY-12848:
-------------------------------------

             Summary: Not all attributes are listed via console
                 Key: WFLY-12848
                 URL: https://issues.jboss.org/browse/WFLY-12848
             Project: WildFly
          Issue Type: Bug
          Components: Web Console
    Affects Versions: 18.0.1.Final
         Environment: Apache Maven 3.6.1
Maven home: /usr/share/maven
Java version: 13, vendor: Private Build, runtime: /usr/lib/jvm/java-13-openjdk-amd64
Default locale: de_DE, platform encoding: UTF-8
OS name: "linux", version: "5.3.0-24-generic", arch: "amd64", family: "unix"

            Reporter: Wolfgang Mayer
            Assignee: Harald Pehl
         Attachments: Console.png, query.png

When opening
Configuration => Subsystems => Configuration => Security (Elytron) => Security Realms => JDBC Realm => Principal Query
the field "Attribute Mapping" shows only the first attribute

via cli this looks correct

/subsystem=elytron/jdbc-realm=MySqlJDBCRealm:read-resource
{
    "outcome" => "success",
    "result" => {"principal-query" => [{
        "sql" => "SELECT u.password, r.role FROM users u, roles r WHERE u.username =? AND u.username = r.username",
        "data-source" => "MySQLTestDS",
        "attribute-mapping" => [{
            "to" => "groups",
            "index" => 2
        }],
        "clear-password-mapper" => {"password-index" => 1}
    }]}
}





--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the jboss-jira mailing list