Brian Stansberry created WFLY-9150:
--------------------------------------
Summary: The enable-elytron.cli scripts are using an invalid domain wide
/core-service=management/access=identity resource
Key: WFLY-9150
URL:
https://issues.jboss.org/browse/WFLY-9150
Project: WildFly
Issue Type: Bug
Components: Domain Management, Security
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Priority: Blocker
See WFCORE-3121. This call in the enable-elytron.cli scripts:
{code}
/core-service=management/access=identity:add(security-domain=ManagementDomain)
{code}
needs to be
{code}
/host=master/core-service=management/access=identity:add(security-domain=ManagementDomain)
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)