]
Jeff Mesnil updated WFCORE-5084:
--------------------------------
Fix Version/s: (was: 13.0.0.Final)
Why does the elytron layer bring in access control?
---------------------------------------------------
Key: WFCORE-5084
URL:
https://issues.redhat.com/browse/WFCORE-5084
Project: WildFly Core
Issue Type: Task
Components: Build System, Management, Security
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Priority: Major
Fix For: 13.0.0.Beta5
The following shows the set of changes created by adding the elytron layer to a
provisioned server:
https://gist.github.com/darranl/68f4a3d60560dae9a9225ec1a0e35a9f/revisions
This includes the following:
{code:xml}
<management>
<access-control provider="simple">
<role-mapping>
<role name="SuperUser">
<include>
<user name="$local"/>
</include>
</role>
</role-mapping>
</access-control>
</management>
{code}
Shouldn't this section be added if any form of authenticated management is added
instead?