[
https://issues.redhat.com/browse/WFLY-13599?page=com.atlassian.jira.plugi...
]
Harald Pehl edited comment on WFLY-13599 at 6/19/20 6:14 AM:
-------------------------------------------------------------
You have to add a management user to access the admin console. Please don't use the
{{-a}} option, which adds an _application user_:
{code:java}
bin/add-user.sh -u admin -p admin -ro admin,kie-server,rest-all,kiemgmt {code}
Now you should be able to access the admin in console using admin/admin.
was (Author: harald.pehl):
You have to add a management user to access the admin console. Please don't use the
{{-a}} option when adding the admin user:
{code:java}
bin/add-user.sh -u admin -p admin -ro admin,kie-server,rest-all,kiemgmt {code}
Now you should be able to access the admin in console using admin/admin.
Admin console will not open - I added users
-------------------------------------------
Key: WFLY-13599
URL:
https://issues.redhat.com/browse/WFLY-13599
Project: WildFly
Issue Type: Bug
Components: Web Console
Affects Versions: 18.0.1.Final, 20.0.0.Final
Reporter: Charles Herrick
Assignee: Harald Pehl
Priority: Major
Wildfly 18.0.1 final and Wildfly 20.0 final installed.
add-user.bat executed for admin and one other user.
Kie-server 7.38 war deployed to deployments. start server.
Admin console will not display. Error says "you have not yet added users".
Used: add-user -a -u admin -p **** -ro admin,kie-server,rest-all,kiemgmt
Got: Updated user 'admin' to file
'C:\Redhat\Wildfly18\standalone\configuration\application-users.properties'
Updated user 'admin' to file
'C:\Redhat\Wildfly18\domain\configuration\application-users.properties'
Updated user 'admin' with groups admin,kie-server,rest-all,kiemgmt to file
'C:\Redhat\Wildfly18\standalone\configuration\application-roles.properties'
Updated user 'admin' with groups admin,kie-server,rest-all,kiemgmt to file
'C:\Redhat\Wildfly18\domain\configuration\application-roles.properties'
Please help me get the admin console up.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)