Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RHPAM-2175] Use only adminUser in all the scripts #348

Merged
merged 1 commit into from Jan 24, 2020

Conversation

ruromero
Copy link
Contributor

Signed-off-by: Ruben Romero Montes <rromerom@redhat.com>
@errantepiphany errantepiphany added 7.12.x ⇨ 7.12.0 7.12.x branch work for version 7.12.0 release (CR build/test) ready 🚀 work completed and ready to be merged labels Jan 22, 2020
@spolti spolti merged commit 70b439b into jboss-container-images:master Jan 24, 2020
else
log_info "Make sure to configure the KIE_SERVER_USER user to interact with KIE Server rest api with the roles $(get_kie_server_roles)"
fi
if [ "${KIE_ADMIN_USER}x" != "x" ]; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ruromero Is print_user_information() still needed? If I looked correctly is it no more used in scripts.
If we would like to have it include as an info log when user is created in any BA component, we should add print_user_information() back as it was removed in PR #348
Also can you please check tests if they are passing? Because user information print was removed from workbench as well - see in PR here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is indeed dead code, let me know what do you think about this PR #354

@ruromero ruromero deleted the singleuser branch February 3, 2020 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
7.12.x ⇨ 7.12.0 7.12.x branch work for version 7.12.0 release (CR build/test) ready 🚀 work completed and ready to be merged
4 participants