Read passwords from files 25/84825/4
authorPiotr Jaszczyk <piotr.jaszczyk@nokia.com>
Wed, 10 Apr 2019 08:32:00 +0000 (10:32 +0200)
committerPiotr Jaszczyk <piotr.jaszczyk@nokia.com>
Wed, 10 Apr 2019 09:37:50 +0000 (11:37 +0200)
commitc138b700030d22ae0bdbd6992fb4a4d8a3431798
tree35926c24ef0eb4c770f3592bedc6e4d3cf69c98e
parentd52444107a3c62c1027e35178b76645ceb4d2c4e
Read passwords from files

Key- and trust-store passwords should be read from files in order to
work with DCAE tls-init-container.

Change-Id: Ibe454663328268f33f8be25ef9ec129f1ce1d396
Issue-ID: DCAEGEN2-1412
Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
19 files changed:
development/configuration/base.json
development/configuration/local.json
development/docker-compose.yml
development/ssl/.gitignore
development/ssl/gen-certs.sh
dpo/spec/hv-ves-collector.componentspec.json
sources/hv-collector-commandline/src/main/kotlin/org/onap/dcae/collectors/veshv/commandline/CommandLineOption.kt
sources/hv-collector-configuration/src/main/kotlin/org/onap/dcae/collectors/veshv/config/impl/ConfigurationMerger.kt
sources/hv-collector-configuration/src/main/kotlin/org/onap/dcae/collectors/veshv/config/impl/ConfigurationValidator.kt
sources/hv-collector-configuration/src/main/kotlin/org/onap/dcae/collectors/veshv/config/impl/PartialConfiguration.kt [moved from sources/hv-collector-configuration/src/main/kotlin/org/onap/dcae/collectors/veshv/config/impl/partial_configuration.kt with 90% similarity]
sources/hv-collector-configuration/src/test/kotlin/org/onap/dcae/collectors/veshv/config/impl/ConfigurationValidatorTest.kt
sources/hv-collector-configuration/src/test/kotlin/org/onap/dcae/collectors/veshv/config/impl/JsonConfigurationParserTest.kt
sources/hv-collector-configuration/src/test/resources/sampleConfig.json
sources/hv-collector-configuration/src/test/resources/test.ks.pass [new file with mode: 0644]
sources/hv-collector-configuration/src/test/resources/trust.ks.pass [new file with mode: 0644]
sources/hv-collector-ssl/src/main/kotlin/org/onap/dcae/collectors/veshv/ssl/boundary/utils.kt
sources/hv-collector-ssl/src/test/kotlin/org/onap/dcae/collectors/veshv/ssl/boundary/UtilsKtTest.kt [moved from sources/hv-collector-ssl/src/test/kotlin/org/onap/dcae/collectors/veshv/ssl/boundary/SecurityUtilsTest.kt with 80% similarity]
sources/hv-collector-ssl/src/test/resources/ssl/password [new file with mode: 0644]
sources/hv-collector-xnf-simulator/src/main/kotlin/org/onap/dcae/collectors/veshv/simulators/xnf/impl/config/ArgXnfSimulatorConfiguration.kt