[
https://issues.jboss.org/browse/AS7-2432?page=com.atlassian.jira.plugin.s...
]
Rich Raposa commented on AS7-2432:
----------------------------------
Brian - I just built an AS7 instance this morning, and the issue is still occurring. The
following command used to work but now it does not:
[domain@192.168.0.254:9999 /]
/host=master/core-service=management/security-realm=MyDomainRealm:add()
{
"outcome" => "failed",
"failure-description" => {"host-failure-descriptions" =>
[("master" => "JBAS015245: No authentication mechanism defined in
security realm 'MyDomainRealm'.")]},
"rolled-back" => true
}
It probably shouldn't have worked in the first place! Anyway, it seems like I need to
define attributes of a new security-realm but the CLI doesn't allow it. The model
description is still missing something.
Thanks!
Rich
CLI does not allow a new security-realm to be defined within the
management section of a host
---------------------------------------------------------------------------------------------
Key: AS7-2432
URL:
https://issues.jboss.org/browse/AS7-2432
Project: Application Server 7
Issue Type: Bug
Components: CLI
Reporter: Rich Raposa
Assignee: Darran Lofthouse
Priority: Critical
Fix For: 7.1.0.Final
The CLI does not allow for attributes to be defined when adding a new security realm at
the host=master/core-service=management level.
To replicate, enter the following command in the CLI:
/host=master/core-service=management/security-realm=MyDomainRealm:add()
Within the add() operation I need to define an <authentication> section, but the
CLI will not allow it. The message is:
Operation 'add' does not expect any property.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira