commit | ebd6295ff8123f7abb5569ada91089c869f58031 | [log] [tgz] |
---|---|---|
author | Taka Cho <takamune.cho@att.com> | Thu Oct 08 13:50:09 2020 -0400 |
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | Fri Oct 09 06:32:45 2020 +0000 |
tree | 8a2002505453be8cf20c41010e080c4ea738e0d1 | |
parent | bfe75a346b6ac671723affa5770b4caf4ae7f79a [diff] [blame] |
[POLICY]release new images 1. releasing new policy docker 2. remove BASE64 password 3. remove legacy operation type in apex Issue-ID: POLICY-2770 Change-Id: Ic1c8315687cb726c3888a4345bc163d42994fa52 Signed-off-by: Taka Cho <takamune.cho@att.com>
diff --git a/kubernetes/policy/components/policy-xacml-pdp/resources/config/xacml.properties b/kubernetes/policy/components/policy-xacml-pdp/resources/config/xacml.properties index b53200b..a4b3309 100755 --- a/kubernetes/policy/components/policy-xacml-pdp/resources/config/xacml.properties +++ b/kubernetes/policy/components/policy-xacml-pdp/resources/config/xacml.properties
@@ -50,4 +50,4 @@ javax.persistence.jdbc.driver=org.mariadb.jdbc.Driver javax.persistence.jdbc.url=jdbc:mariadb://{{ .Values.db.service.name }}:{{ .Values.db.service.internalPort }}/operationshistory javax.persistence.jdbc.user=${SQL_USER} -javax.persistence.jdbc.password=${SQL_PASSWORD_BASE64} +javax.persistence.jdbc.password=${SQL_PASSWORD}