diff options
author | Zlatko Murgoski <zlatko.murgoski@nokia.com> | 2019-04-09 15:32:52 +0200 |
---|---|---|
committer | Zlatko Murgoski <zlatko.murgoski@nokia.com> | 2019-04-15 10:04:19 +0200 |
commit | a6ffdd5cb52d61792dfe8e233620b34098a5fb37 (patch) | |
tree | 94d06e42027f4a51bc622765b07e28e9cd28c348 /etc | |
parent | 740ce4c075564a7005be5737adb9ff5b3f8120aa (diff) |
Collector authentication enhancement
Add cert subject verifier
Change-Id: If2c3c0984e9eec63e2884ca17db953fff2719888
Issue-ID: DCAEGEN2-1101
Signed-off-by: Zlatko Murgoski <zlatko.murgoski@nokia.com>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/certSubjectMatcher.properties | 1 | ||||
-rwxr-xr-x | etc/collector.properties | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/etc/certSubjectMatcher.properties b/etc/certSubjectMatcher.properties new file mode 100644 index 00000000..9abb766c --- /dev/null +++ b/etc/certSubjectMatcher.properties @@ -0,0 +1 @@ +.*
\ No newline at end of file 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
|