diff options
author | efiacor <fiachra.corcoran@est.tech> | 2022-12-19 23:27:29 +0000 |
---|---|---|
committer | efiacor <fiachra.corcoran@est.tech> | 2022-12-19 23:28:57 +0000 |
commit | faf64da8b0307b6c0afa6637617f61c7c48bb8e2 (patch) | |
tree | d12516c106a77f06befab0d67adde2b04d1a187b /datarouter-prov/src/main/resources/provserver.properties | |
parent | bda6aeaa60607ab4fe5af508156019d7bd5c0ce4 (diff) |
[DMAAP-DR-PROV] Remove aaf & cadi
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I610251e4b148620a6d44004efbe933e7acede26d
Issue-ID: DMAAP-1573
Diffstat (limited to 'datarouter-prov/src/main/resources/provserver.properties')
-rwxr-xr-x | datarouter-prov/src/main/resources/provserver.properties | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/datarouter-prov/src/main/resources/provserver.properties b/datarouter-prov/src/main/resources/provserver.properties index 66d4e6c4..25824988 100755 --- a/datarouter-prov/src/main/resources/provserver.properties +++ b/datarouter-prov/src/main/resources/provserver.properties @@ -31,12 +31,17 @@ org.onap.dmaap.datarouter.provserver.spooldir = /opt/app/datartr/spoo org.onap.dmaap.datarouter.provserver.dbscripts = /opt/app/datartr/etc/misc org.onap.dmaap.datarouter.provserver.logretention = 30 -org.onap.dmaap.datarouter.provserver.aafprops.path = /opt/app/osaaf/local/org.onap.dmaap-dr.props org.onap.dmaap.datarouter.provserver.isaddressauthenabled = false - -org.onap.dmaap.datarouter.provserver.cadi.enabled = false - org.onap.dmaap.datarouter.provserver.tlsenabled = false +# If tlsenabled is true, the following keystore info must be set +org.onap.dmaap.datarouter.provserver.keystoretype = PKCS12 +org.onap.dmaap.datarouter.provserver.keystorepath = /opt/app/datartr/certs/org.onap.dmaap-dr-prov.p12 +org.onap.dmaap.datarouter.provserver.keystorepassword = secret +org.onap.dmaap.datarouter.provserver.keymanagerpassword = secret +org.onap.dmaap.datarouter.provserver.truststoretype = jks +org.onap.dmaap.datarouter.provserver.truststorepath = /opt/app/datartr/certs/truststore.jks +org.onap.dmaap.datarouter.provserver.truststorepassword = secret + org.onap.dmaap.datarouter.nodeserver.https.port = 8443 org.onap.dmaap.datarouter.nodeserver.http.port = 8080 |