@@ -247,7 +247,7 @@ function extractServicesFromComposeFiles() {
247247}
248248
249249function displayAccessURLsWithCredentials {
250- echo " HIS Component ,URL,Username,Password" > .urls_1.txt
250+ echo " HIS App ,URL,Username,Password" > .urls_1.txt
251251 echo " -,-,-,-" >> .urls_1.txt
252252
253253 definedServices=()
@@ -273,13 +273,13 @@ function displayAccessURLsWithCredentials {
273273 envsubst < .urls_1.txt > .urls_2.txt
274274
275275 echo " "
276- echo " $INFO 🔗 Access each ${OZONE_LABEL:- Ozone FOSS} components at the following URL:"
276+ echo " $INFO 🔗 Access each ${OZONE_LABEL:- Ozone FOSS} app at the following URL:"
277277 echo " "
278278 if [ " $ENABLE_SSO " == " true" ]; then
279279 if [ " $DEMO " == " true" ]; then
280- awk -F, ' NR==1 {printf "%-15s %-40s\n", $1, $2} NR>2 && $1 != "Keycloak" {printf "%-15s %-40s\n", $1, $2} END {print "-\nUsername: jdoe\nPassword: password\n-\nIdentity Provider(IDP )\nKeycloak -", $2, " Username:", $3, " Password:", $4}' .urls_2.txt
280+ awk -F, ' NR==1 {printf "%-15s %-40s\n", $1, $2} NR>2 && $1 != "Keycloak" {printf "%-15s %-40s\n", $1, $2} END {print "-\nUsername: jdoe\nPassword: password\n-\nIdentity Provider(IdP )\nKeycloak -", $2, " Username:", $3, " Password:", $4}' .urls_2.txt
281281 else
282- awk -F, ' NR==1 {printf "%-15s %-40s\n", $1, $2} NR>2 && $1 != "Keycloak" {printf "%-15s %-40s\n", $1, $2} END {print "-\n⚠️ No demo users are available. Please create users manually in Keycloak.\n-\nIdentity Provider(IDP )\nKeycloak -", $2, " Username:", $3, " Password:", $4}' .urls_2.txt
282+ awk -F, ' NR==1 {printf "%-15s %-40s\n", $1, $2} NR>2 && $1 != "Keycloak" {printf "%-15s %-40s\n", $1, $2} END {print "-\n⚠️ No demo users are available. Please create users manually in Keycloak.\n-\nIdentity Provider(IdP )\nKeycloak -", $2, " Username:", $3, " Password:", $4}' .urls_2.txt
283283 fi
284284 else
285285 awk -F, ' NR==1 {printf "%-15s %-40s %-15s %-15s\n", $1, $2, $3, $4} NR>2 && $1 != "Keycloak" {printf "%-15s %-40s %-15s %-15s\n", $1, $2, $3, $4}' .urls_2.txt
0 commit comments