New VID certificate valid until: Oct 03, 2020 78/96578/2
authorIttay Stern <ittay.stern@att.com>
Thu, 3 Oct 2019 14:18:48 +0000 (17:18 +0300)
committerIttay Stern <ittay.stern@att.com>
Thu, 3 Oct 2019 15:33:34 +0000 (15:33 +0000)
Issue-ID: VID-650

Change-Id: I5a844993619002eb0792e3ebb62788dc69562309
Signed-off-by: Ittay Stern <ittay.stern@att.com>
kubernetes/vid/resources/certs/org.onap.vid.jks
kubernetes/vid/templates/deployment.yaml
kubernetes/vid/values.yaml

index 3c2ce91..2b9338d 100644 (file)
Binary files a/kubernetes/vid/resources/certs/org.onap.vid.jks and b/kubernetes/vid/resources/certs/org.onap.vid.jks differ
index cd24150..9221af7 100644 (file)
@@ -94,6 +94,10 @@ spec:
               value: "{{ .Values.config.roleaccesscentralized }}"
             - name: VID_CONTACT_US_LINK
               value: "{{ .Values.config.vidcontactuslink }}"
+            - name: VID_KEYSTORE_PASSWORD
+              value: {{ .Values.config.vidkeystorepassword | quote }}
+            - name: CATALINA_OPTS
+              value: "-Dvid.keystore.password=$(VID_KEYSTORE_PASSWORD) -Dvid.keyalias=vid@vid.onap.org -Dvid.keystore.filename=/opt/app/vid/etc/org.onap.vid.jks -Dcom.att.eelf.logging.file=logback.xml -Dcom.att.eelf.logging.path=/tmp"
             - name: VID_UEB_URL_LIST
               value: message-router.{{ include "common.namespace" . }}
             - name: VID_MYSQL_HOST
index 9c44565..6100277 100644 (file)
@@ -36,6 +36,7 @@ mariadb_image: library/mariadb:10
 # application configuration
 config:
   vidmysqlpassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
+  vidkeystorepassword: '\^7w\!f+aR\{EJcTRsDuA7x\,+c\!'
   asdcclientrestauth: "Basic dmlkOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU="
   asdcclientrestport: "8443"
   vidaaiport: "8443"