]
Darran Lofthouse updated WFLY-6656:
-----------------------------------
Fix Version/s: Awaiting Volunteers
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: Feature Request
Components: Security
Affects Versions: 10.0.0.Final
Reporter: Petros Petrou
Assignee: Darran Lofthouse
Priority: Minor
Fix For: Awaiting Volunteers
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.
Non-Interactive Mode
=============
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 . . .
Interactive Mode
=============
What type of user do you wish to add?
a) Management User (mgmt-users.properties)
b) Application User (application-users.properties)
(a): a
Enter the details of the new user to add.
Using realm 'ManagementRealm' as discovered from the existing property files.
Username : ppetrou
Password recommendations are listed below. To modify these restrictions edit the
add-user.properties configuration file.
- The password should be different from the username
- The password should not be one of the following restricted values {root, admin,
administrator}
- The password should contain at least 8 characters, 1 alphabetic character(s), 1
digit(s), 1 non-alphanumeric symbol(s)
Password :
Re-enter Password :
What groups do you want this user to belong to? (Please enter a comma separated list, or
leave blank for none)[ ]:
About to add user 'ppetrou' for realm 'ManagementRealm'
Is this correct yes/no? yes
Added user 'ppetrou' to file
'\opt\wildfly-10.0.0.Final\standalone\configuration\mgmt-users.properties'
Added user 'ppetrou' to file
'\opt\wildfly-10.0.0.Final\domain\configuration\mgmt-users.properties'
Added user 'ppetrou' with groups to file
'\opt\wildfly-10.0.0.Final\standalone\configuration\mgmt-groups.properties'
Added user 'ppetrou' with groups to file
'\opt\wildfly-10.0.0.Final\domain\configuration\mgmt-groups.properties'
Is this new user going to be used for one AS process to connect to another AS process?
e.g. for a slave host controller connecting to the master or for a Remoting connection
for server to server EJB calls.
yes/no? yes
To represent the user add the following to the server-identities definition <secret
value="d2VsY29tZTEh" />
Press any key to continue . . .