]
Emmanuel Hugonnet moved WFLY-2738 to WFCORE-57:
-----------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-57 (was: WFLY-2738)
Issue Type: Enhancement (was: Bug)
Affects Version/s: 1.0.0.Alpha4
(was: 8.0.0.CR1)
Component/s: Domain Management
(was: Domain Management)
Fix Version/s: (was: 9.0.0.CR1)
Deprecated resource is present in r-r-d of
/subsystem=security/security-domain=*
--------------------------------------------------------------------------------
Key: WFCORE-57
URL:
https://issues.jboss.org/browse/WFCORE-57
Project: WildFly Core
Issue Type: Enhancement
Security Level: Public(Everyone can see)
Components: Domain Management
Affects Versions: 1.0.0.Alpha4
Reporter: Harald Pehl
Assignee: Emmanuel Hugonnet
Priority: Minor
When executing
{code}
/subsystem=security/security-domain=*:read-resource-description(recursive-depth=2)
{code}
the acl subresource contains both the deprecated child-resource {{login-module}} and the
new one called {{acl-module}}:
{code}
...
"acl" => {
"description" => "Access control list configuration. Configures a
list of ACL modules to be used.",
"model-description" => {"classic" => {
"description" => "Access control list configuration. Configures
a list of ACL modules to be used.",
...
"operations" => undefined,
"children" => {
"acl-module" => {
"description" => "ACL module",
"model-description" => {"*" => {
"description" => "List of authentication
modules",
...
"operations" => undefined,
"children" => {}
}}
},
"login-module" => {
"description" => "Login module",
"model-description" => {"*" => undefined}
}
}
}}
},
...
{code}
However the deprecated subresource {{login-modules}} should only appear if setting
{{include-aliases=true}}