-
Bug
-
Resolution: Done
-
Major
-
7.6.0.GA, 7.7.0.GA
-
None
-
- OpenShift 4.2, RHPAM 7.6, Business Automation Operator 1.3
- OpenShift 4.3, RHPAM 7.7.0 CR1, Business Automation Operator 1.4
- OpenShift 3.11, RHPAM 7.7.0 CR1, 7.7.0 templates
-
Release Notes
-
-
-
-
-
-
-
-
CR1
-
Fixed issue in OpenShift images internal security when was changed KIE ADMIN user to the new user and previous one was not deleted.
-
-
2020 Week 16-18 (from Apr 13), 2020 Week 19-21 (from May 4)
When I install RHPAM Authoring with the Operator, and after installation, I change the `adminUser` and `adminPassword` in the CR, which causes a redeployment, I can still login with the previous adminUser and adminPassword.
Same behaving is when is deployed RHPAM Authoring by templates. When is adminUser and adminPassword change in credentials secret (for 7.7.0) and pod are redeployed (triggered new deploy in deploymentConfig), then a new user is added and we can use both users to log in.
What happens is that the `application-users.properties' is stored on a PV (mounted in "/opt/kie/data") and instead of replacing the old admin user with the new one, it appends the new user to the file (probably using the EAP add-user.sh script) ..... Hence, all your old adminUser/adminPassword combinations will remain in that file and can still be used to access the environment.
Method for adding users is in kie-modules-scripts here
- relates to
-
RHPAM-2777 Business Central admin user password is not changed on OpenShift
- Closed