diff options
Diffstat (limited to 'dpo/spec/vescollector-componentspec.json')
-rw-r--r-- | dpo/spec/vescollector-componentspec.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dpo/spec/vescollector-componentspec.json b/dpo/spec/vescollector-componentspec.json index 3c588fb1..e683345b 100644 --- a/dpo/spec/vescollector-componentspec.json +++ b/dpo/spec/vescollector-componentspec.json @@ -248,6 +248,14 @@ "policy_editable": false, "designer_editable": true }, + { + "name": "collector.service.secure.clientauth", + "value": 0, + "description": "Mutual TLS authentication flag; enables an authentication of the client to the server", + "sourced_at_deployment": false, + "policy_editable": false, + "designer_editable": false + }, { "name": "collector.keystore.file.location", "value": "/opt/app/dcae-certificate/keystore.jks", @@ -272,6 +280,22 @@ "policy_editable": false, "designer_editable": false }, + { + "name": "collector.truststore.file.location", + "value": "/opt/app/dcae-certificate/truststore.jks", + "description": "fs location of truststore file in vm", + "sourced_at_deployment": false, + "policy_editable": false, + "designer_editable": false + }, + { + "name": "collector.truststore.passwordfile", + "value": "/opt/app/dcae-certificate/.trustpassword", + "description": "location of truststore password file in vm", + "sourced_at_deployment": false, + "policy_editable": false, + "designer_editable": false + }, { "name": "collector.inputQueue.maxPending", "value": 8096, |