From a6ffdd5cb52d61792dfe8e233620b34098a5fb37 Mon Sep 17 00:00:00 2001 From: Zlatko Murgoski Date: Tue, 9 Apr 2019 15:32:52 +0200 Subject: Collector authentication enhancement Add cert subject verifier Change-Id: If2c3c0984e9eec63e2884ca17db953fff2719888 Issue-ID: DCAEGEN2-1101 Signed-off-by: Zlatko Murgoski --- etc/collector.properties | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/collector.properties') diff --git a/etc/collector.properties b/etc/collector.properties index 36c79b51..82ba5954 100755 --- a/etc/collector.properties +++ b/etc/collector.properties @@ -40,6 +40,8 @@ header.authlist=sample1,$2a$10$0buh.2WeYwN868YMwnNNEuNEAMNYVU9.FSMJGyIKV3dGET/7o collector.keystore.file.location=etc/keystore collector.keystore.passwordfile=etc/passwordfile +collector.cert.subject.matcher=etc/certSubjectMatcher.properties + ## The truststore must be setup per installation when mutual tls support is configured collector.truststore.file.location=etc/truststore collector.truststore.passwordfile=etc/trustpasswordfile -- cgit 1.2.3-korg