diff options
author | ecaiyanlinux <martin.c.yan@est.tech> | 2019-09-12 14:23:43 +0200 |
---|---|---|
committer | Chengkai Yan <martin.c.yan@est.tech> | 2019-09-12 12:26:54 +0000 |
commit | af6d2dcfe0ae6534380e21d81658347da7a38d96 (patch) | |
tree | f72cd20ed5f14e97e2c0588fe70d18bceaa2bbc7 /datafile-app-server/dpo | |
parent | 458b20789241cb5b3a4565a80e3d321f5c03c289 (diff) |
Update keyPasswordPath
Change-Id: I126c018444d235a1972b4b9cecc93dfd2f5cb4c1
Signed-off-by: Martin Yan <martin.c.yan@est.tech>
Issue-ID: DCAEGEN2-1702
Diffstat (limited to 'datafile-app-server/dpo')
-rw-r--r-- | datafile-app-server/dpo/tosca_models/translate.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/datafile-app-server/dpo/tosca_models/translate.yaml b/datafile-app-server/dpo/tosca_models/translate.yaml index 35036df7..2c947ed6 100644 --- a/datafile-app-server/dpo/tosca_models/translate.yaml +++ b/datafile-app-server/dpo/tosca_models/translate.yaml @@ -79,12 +79,12 @@ topology_template: get_input: dmaap.dmaapProducerConfiguration ftp.ftpesConfiguration.keyCert: get_input: ftp.ftpesConfiguration.keyCert - ftp.ftpesConfiguration.keyPassword: - get_input: ftp.ftpesConfiguration.keyPassword + ftp.ftpesConfiguration.keyPasswordPath: + get_input: ftp.ftpesConfiguration.keyPasswordPath ftp.ftpesConfiguration.trustedCa: get_input: ftp.ftpesConfiguration.trustedCa - ftp.ftpesConfiguration.trustedCaPassword: - get_input: ftp.ftpesConfiguration.trustedCaPassword + ftp.ftpesConfiguration.trustedCaPasswordPath: + get_input: ftp.ftpesConfiguration.trustedCaPasswordPath security.enableDmaapCertAuth: get_input: security.enableDmaapCertAuth security.keyStorePasswordPath: |