[jboss-jira] [JBoss JIRA] (WFLY-9150) The enable-elytron.cli scripts are using an invalid domain wide /core-service=management/access=identity resource

Brian Stansberry (JIRA) issues at jboss.org
Thu Jul 27 18:51:00 EDT 2017


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)


More information about the jboss-jira mailing list