]
Petros Petrou updated WFLY-6656:
--------------------------------
Summary: add-user.sh does not return the secret value in non-interactive mode. (was:
add-user.sh does not return the secret value when run in non-interactive mode.)
add-user.sh does not return the secret value in non-interactive
mode.
---------------------------------------------------------------------
Key: WFLY-6656
URL:
https://issues.jboss.org/browse/WFLY-6656
Project: WildFly
Issue Type: Enhancement
Components: Scripts, Security
Affects Versions: 10.0.0.Final
Reporter: Petros Petrou
Assignee: Tomaz Cerar
Priority: Minor
Running add-user.sh in non-interactive mode does not return the secret value of the
password. It would be a useful feature when automating user creation using platform build
software.
add-user.sh --user domainuser --password welcome1!
Added user 'domainuser' to file
'\opt\wildfly-10.0.0\standalone\configuration\mgmt-users.properties'
Added user 'domainuser' to file
'\opt\wildfly-10.0.0.Final\domain\configuration\mgmt-users.properties'
Press any key to continue . . .