diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-05-11 13:17:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-05-11 13:17:11 +0000 |
commit | b50ec2e0baa749d8fad04b4867b6eebdc6d0862e (patch) | |
tree | 99a7c876f4a19be2f108e6d4636c86636a1c0e95 /kubernetes/policy/charts/policy-xacml-pdp/resources/config/xacml.properties | |
parent | 986ac0e14836ad904e8bb8f6ecf49cb0fe83df5e (diff) | |
parent | 70c11046a12ca42fe1b3f3369a449f19ba33e791 (diff) |
Merge "[POLICY] put base64 password in xacml.properties" into frankfurt
Diffstat (limited to 'kubernetes/policy/charts/policy-xacml-pdp/resources/config/xacml.properties')
-rw-r--r-- | kubernetes/policy/charts/policy-xacml-pdp/resources/config/xacml.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/policy/charts/policy-xacml-pdp/resources/config/xacml.properties b/kubernetes/policy/charts/policy-xacml-pdp/resources/config/xacml.properties index f2c2cd7765..c7e4ad197e 100644 --- a/kubernetes/policy/charts/policy-xacml-pdp/resources/config/xacml.properties +++ b/kubernetes/policy/charts/policy-xacml-pdp/resources/config/xacml.properties @@ -50,4 +50,4 @@ xacml.pip.engines=count-recent-operations,get-operation-outcome javax.persistence.jdbc.driver=org.mariadb.jdbc.Driver javax.persistence.jdbc.url=jdbc:mariadb://{{ .Values.global.mariadb.service.name }}:{{ .Values.global.mariadb.service.internalPort }}/operationshistory javax.persistence.jdbc.user=${SQL_USER} -javax.persistence.jdbc.password=${SQL_PASSWORD} +javax.persistence.jdbc.password=${SQL_PASSWORD_BASE64} |