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

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

    XMLWordPrintable

Details

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

    Description

      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>
      

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: