[jboss-jira] [JBoss JIRA] (AS7-4698) CLI requires wrong ssl password attribute for management security-realm server-identity=ssl add command.
Darran Lofthouse (JIRA)
jira-events at lists.jboss.org
Wed May 2 13:23:17 EDT 2012
[ https://issues.jboss.org/browse/AS7-4698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12689728#comment-12689728 ]
Darran Lofthouse commented on AS7-4698:
---------------------------------------
Looking at this this report is going to be out of date as we have already worked on this further for AS 7.1.2.
Do be aware that the XML schema is not related to the parameter names for the operations, whilst a lot of the time the same names will be used this is not guaranteed - to see the structure of a command use :read-operation-description
The error you report does appear to be a bug in that the wrong name is written to the XML during marshalling - however from AS 7.1.2 we will have added support for specifying the alias to use from the keystore so now we do have a keystore-password attribute and an alias-password attribute. The password attribute in the xml configuration is now deprecated.
> CLI requires wrong ssl password attribute for management security-realm server-identity=ssl add command.
> --------------------------------------------------------------------------------------------------------
>
> Key: AS7-4698
> URL: https://issues.jboss.org/browse/AS7-4698
> Project: Application Server 7
> Issue Type: Bug
> Components: Domain Management
> Affects Versions: 7.1.1.Final
> Reporter: R Stokoe
> Assignee: Darran Lofthouse
> Labels: cli, management, security, ssl
>
> CLI requires ssl password attribute to be "keystore-password", runtime requires "password".
> [standalone at localhost:10299 /] /core-service=management/security-realm=ManagementRealmHttps/server-identity=ssl:add(keystore-path="security/https.keystore",password=="whatever")
> 'password' is not found among the supported properties: [keystore-password, protocol, keystore-path, keystore-relative-to]
--
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
More information about the jboss-jira
mailing list