]
Brian Stansberry moved WFLY-1180 to WFCORE-432:
-----------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-432 (was: WFLY-1180)
Component/s: CLI
(was: CLI)
CLI: Embedded Arrays need to be updatable easily
------------------------------------------------
Key: WFCORE-432
URL:
https://issues.jboss.org/browse/WFCORE-432
Project: WildFly Core
Issue Type: Feature Request
Components: CLI
Reporter: Jim Tyrrell
Assignee: Alexey Loubyansky
Labels: eap6-ux
In the EAP 6 pilot we were presented a long string to create a Database Security Realm,
it appears there is no way to update a single value. For example being able to change the
string of the SQL of a principalsQuery or rolesQuery for example. Without having to put
in the entire vale.
/profile=default/subsystem=security/security-domain=DB_domain:add(authentication=[{"code"
=> "Database", "flag" => "required",
"module-options"=>[("principalsQuery"=>"Select password
from UsersTable.....