diff options
author | Fiachra Corcoran <fiachra.corcoran@est.tech> | 2019-10-14 15:55:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-10-14 15:55:19 +0000 |
commit | 9df67948f715f9cddd51287cd3e91f7cbcf1912b (patch) | |
tree | 1427c3e63920249235f9df73b6cc31fe77c078b7 /datarouter-node/src/main/resources/node.properties | |
parent | 027de6cd99fbfc703a1eed04a187e2271b4a5c57 (diff) | |
parent | 1ccd9c36ba12849148f9eb73e8ff2ffe4ade5870 (diff) |
Merge "Update AAF loading procedure"
Diffstat (limited to 'datarouter-node/src/main/resources/node.properties')
-rw-r--r-- | datarouter-node/src/main/resources/node.properties | 24 |
1 files changed, 4 insertions, 20 deletions
diff --git a/datarouter-node/src/main/resources/node.properties b/datarouter-node/src/main/resources/node.properties index 7c076359..1d7a5d42 100644 --- a/datarouter-node/src/main/resources/node.properties +++ b/datarouter-node/src/main/resources/node.properties @@ -57,26 +57,11 @@ SpoolDir = /opt/app/datartr/spool RedirectionFile = etc/redirections.dat # # The type of keystore for https -KeyStoreType = jks -# -# The path to the keystore for https -KeyStoreFile = /opt/app/datartr/aaf_certs/org.onap.dmaap-dr.jks -# -# The password for the https keystore -KeyStorePassword=WGxd2P6MDo*Bi4+UdzWs{?$8 -# -# The password for the private key in the https keystore -KeyPassword=WGxd2P6MDo*Bi4+UdzWs{?$8 +KeyStoreType = PKCS12 # # The type of truststore for https TrustStoreType = jks # -# The path to the truststore for https -TrustStoreFile = /opt/app/datartr/aaf_certs/org.onap.dmaap-dr.trust.jks -# -# The password for the https truststore -TrustStorePassword=)OBvCd{e{aWq.^mJJdX:S:1& -# # The path to the file used to trigger an orderly shutdown QuiesceFile = etc/SHUTDOWN # @@ -95,9 +80,8 @@ AAFInstance = legacy # AAF action to generate permission string - default should be publish AAFAction = publish # -# AAF URL to connect to AAF server -AafUrl = https://aaf-onap-test.osaaf.org:8095 -# # AAF CADI enabled flag CadiEnabled = false - +# +# AAF Props file path +AAFPropsFilePath = /opt/app/osaaf/local/org.onap.dmaap-dr.props |