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

Security subsystem does not handle acl's module properly, and is missing transformer

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 8.0.0.CR1
    • 8.0.0.Beta1
    • Management
    • None

      The parsed add is done for /subsystem=security/security-domain=other/acl=classic/acl-module=acl

      However in the acl resource this is called login-module=acl.

      WHen marshalling

      	<acl>
      	   <acl-module name="acl" code="AclThingy" flag="required" module="test">
                      <module-option name="d" value="r"/>
      	   </acl-module>
      	</acl>
      

      becomes

      	<acl>
      	   <login-module name="acl" code="AclThingy" flag="required" module="test">
                      <module-option name="d" value="r"/>
      	   </login-module>
      	</acl>
      

            [WFLY-2474] Security subsystem does not handle acl's module properly, and is missing transformer

            Kabir Khan added a comment -

            Bulk closing issues resolved against old releases

            Kabir Khan added a comment - Bulk closing issues resolved against old releases

            mark yarborough <myarboro@redhat.com> changed the Status of bug 1029938 from VERIFIED to CLOSED

            RH Bugzilla Integration added a comment - mark yarborough <myarboro@redhat.com> changed the Status of bug 1029938 from VERIFIED to CLOSED

            Ondrej Lukas <olukas@redhat.com> changed the Status of bug 1029938 from ON_QA to VERIFIED

            RH Bugzilla Integration added a comment - Ondrej Lukas <olukas@redhat.com> changed the Status of bug 1029938 from ON_QA to VERIFIED

            Paul Gier <pgier@redhat.com> changed the Status of bug 1029938 from MODIFIED to ON_QA

            RH Bugzilla Integration added a comment - Paul Gier <pgier@redhat.com> changed the Status of bug 1029938 from MODIFIED to ON_QA

            Kabir Khan <kkhan@redhat.com> changed the Status of bug 1029938 from POST to MODIFIED

            RH Bugzilla Integration added a comment - Kabir Khan <kkhan@redhat.com> changed the Status of bug 1029938 from POST to MODIFIED

            Tomaz Cerar <tcerar@redhat.com> changed the Status of bug 1029938 from NEW to POST

            RH Bugzilla Integration added a comment - Tomaz Cerar <tcerar@redhat.com> changed the Status of bug 1029938 from NEW to POST

            Kabir Khan <kkhan@redhat.com> made a comment on bug 1029938

            (In reply to Brian Stansberry from comment #1)
            > What's the "and is missing transformer" bit in the title about?

            The ACL stuff was not getting transformed at all

            RH Bugzilla Integration added a comment - Kabir Khan <kkhan@redhat.com> made a comment on bug 1029938 (In reply to Brian Stansberry from comment #1) > What's the "and is missing transformer" bit in the title about? The ACL stuff was not getting transformed at all

            Ondrej Lukas <olukas@redhat.com> made a comment on bug 1029938

            https://issues.jboss.org/browse/WFLY-2474

            The parsed add is done for /subsystem=security/security-domain=other/acl=classic/acl-module=acl

            However in the acl resource this is called login-module=acl.

            WHen marshalling

            <acl>
            <acl-module name="acl" code="AclThingy" flag="required" module="test">
            <module-option name="d" value="r"/>
            </acl-module>
            </acl>

            becomes

            <acl>
            <login-module name="acl" code="AclThingy" flag="required" module="test">
            <module-option name="d" value="r"/>
            </login-module>
            </acl>

            RH Bugzilla Integration added a comment - Ondrej Lukas <olukas@redhat.com> made a comment on bug 1029938 https://issues.jboss.org/browse/WFLY-2474 The parsed add is done for /subsystem=security/security-domain=other/acl=classic/acl-module=acl However in the acl resource this is called login-module=acl. WHen marshalling <acl> <acl-module name="acl" code="AclThingy" flag="required" module="test"> <module-option name="d" value="r"/> </acl-module> </acl> becomes <acl> <login-module name="acl" code="AclThingy" flag="required" module="test"> <module-option name="d" value="r"/> </login-module> </acl>

              kkhan1@redhat.com Kabir Khan
              kkhan1@redhat.com Kabir Khan
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: