Skip to content

Commit

Permalink
Merge branch 'master' into feature/US-572876
Browse files Browse the repository at this point in the history
  • Loading branch information
Saurabh-16 authored Jan 9, 2024
2 parents 2ff3c88 + 704772a commit 89191dc
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions scripts/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ catalina_properties="${final_config_root}/catalina.properties"
prbootstrap_properties="${final_config_root}/prbootstrap.properties"
java_security_overwrite="${final_config_root}/java.security.overwrite"
tomcat_web_xml="${final_config_root}/tomcat-web.xml"
file_setting_download_script="${lib_root}/filesettingdownload.sh"

declare -a secrets_list=("DB_USERNAME" "DB_PASSWORD" "CUSTOM_ARTIFACTORY_USERNAME" "CUSTOM_ARTIFACTORY_PASSWORD" "CUSTOM_ARTIFACTORY_APIKEY_HEADER" "CUSTOM_ARTIFACTORY_APIKEY" "CASSANDRA_USERNAME" "CASSANDRA_PASSWORD" "CASSANDRA_TRUSTSTORE_PASSWORD" "CASSANDRA_KEYSTORE_PASSWORD" "HZ_CS_AUTH_USERNAME" "HZ_CS_AUTH_PASSWORD" "PEGA_DIAGNOSTIC_USER" "PEGA_DIAGNOSTIC_PASSWORD" "STREAM_TRUSTSTORE_PASSWORD" "STREAM_KEYSTORE_PASSWORD" "STREAM_JAAS_CONFIG")
for secret in "${secret_root}"/*
Expand Down Expand Up @@ -146,14 +145,6 @@ if [[ "$custom_artifactory_auth" == "" && ( "$SECRET_CUSTOM_ARTIFACTORY_APIKEY_H
fi
fi

#for file settings in pega cloudk
if [ -e "$file_setting_download_script" ]; then
echo "file setting script does exists"
(cd $pega_root ; sh "$file_setting_download_script")
else
echo "file setting script does not exist"
fi

custom_artifactory_certificate=''
if [ "$(ls -A "${pega_root}/artifactory/cert"/*)" ]; then
if [ "$(ls "${pega_root}/artifactory/cert"/* | wc -l)" == 1 ]; then
Expand Down

0 comments on commit 89191dc

Please sign in to comment.