Remove unnecessary check in entrypoint 53/131353/1
authorjhh <jorge.hernandez-herrero@att.com>
Sat, 1 Oct 2022 17:44:05 +0000 (12:44 -0500)
committerjhh <jorge.hernandez-herrero@att.com>
Sat, 1 Oct 2022 17:44:05 +0000 (12:44 -0500)
Issue-ID: POLICY-4283
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Ie5b8ed2578ec58b8748f7a216caef3cf575e5f03

packages/policy-xacmlpdp-docker/src/main/docker/policy-pdpx.sh

index 537f234..0c7b98b 100644 (file)
@@ -67,11 +67,6 @@ if [ -f "${POLICY_HOME}/etc/mounted/db.sql" ]; then
     cp -f "${POLICY_HOME}"/etc/mounted/db.sql "${POLICY_HOME}"/mysql/sql/
 fi
 
-if [ -f "${POLICY_HOME}/etc/mounted/guard.xacml.properties" ]; then
-    echo "overriding guard application xacml.properties"
-    cp -f "${POLICY_HOME}"/etc/mounted/guard.xacml.properties "${POLICY_HOME}"/apps/guard/xacml.properties
-fi
-
 # Create operationshistory table
 "${POLICY_HOME}"/mysql/bin/create-guard-table.sh