diff options
author | econwar <conor.ward@est.tech> | 2019-04-16 08:02:13 +0000 |
---|---|---|
committer | econwar <conor.ward@est.tech> | 2019-04-16 08:02:13 +0000 |
commit | 4d9f35fc0c9c437b00335a75bd0201572ebfa544 (patch) | |
tree | 99d0597217e86ef447e2da97d8dbeae60525ed5d /kubernetes/dmaap/components/dmaap-dr-node/resources | |
parent | b78ad8b04fff7bf5a97b828dbea6ab0a9e5817be (diff) |
Allow dr-node containers to run as non-root
Update image version to 2.1.0 that has year long certs
Change-Id: If17c569c6db879b6fcee9221307560a54f9cb422
Issue-ID: DMAAP-1134
Signed-off-by: econwar <conor.ward@est.tech>
Diffstat (limited to 'kubernetes/dmaap/components/dmaap-dr-node/resources')
-rw-r--r-- | kubernetes/dmaap/components/dmaap-dr-node/resources/config/node.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/dmaap/components/dmaap-dr-node/resources/config/node.properties b/kubernetes/dmaap/components/dmaap-dr-node/resources/config/node.properties index f2896ccafa..08e3fd0018 100644 --- a/kubernetes/dmaap/components/dmaap-dr-node/resources/config/node.properties +++ b/kubernetes/dmaap/components/dmaap-dr-node/resources/config/node.properties @@ -83,11 +83,11 @@ KeyStoreFile=/opt/app/datartr/aaf_certs/org.onap.dmaap-dr.jks # # The password for the https keystore # -KeyStorePassword=]3V)($O&.Mv]W{f8^]6SxGNL +KeyStorePassword=WGxd2P6MDo*Bi4+UdzWs{?$8 # # The password for the private key in the https keystore # -KeyPassword=]3V)($O&.Mv]W{f8^]6SxGNL +KeyPassword=WGxd2P6MDo*Bi4+UdzWs{?$8 # # The type of truststore for https # @@ -99,7 +99,7 @@ TrustStoreFile=/opt/app/datartr/aaf_certs/org.onap.dmaap-dr.trust.jks # # The password for the https truststore # -TrustStorePassword=(Rd,&{]%ePdp}4JZjqoJ2G+g +TrustStorePassword=)OBvCd{e{aWq.^mJJdX:S:1& # # The path to the file used to trigger an orderly shutdown # |