aboutsummaryrefslogtreecommitdiffstats
path: root/dpo/spec/vescollector-componentspec.json
diff options
context:
space:
mode:
authorZlatko Murgoski <zlatko.murgoski@nokia.com>2019-03-05 11:31:48 +0100
committerZlatko Murgoski <zlatko.murgoski@nokia.com>2019-03-15 20:06:59 +0100
commit0f2c2039cd9d9b26482fc7488ae1bdf99f2544f5 (patch)
tree77bf8a43c44e5bb5ad991324f806b990f67edcee /dpo/spec/vescollector-componentspec.json
parent4b8692b6fed457a9d194557abe681832fad4f576 (diff)
Collector authentication enhancement
Collector authentication enhancement Change-Id: I03a05cb83dd8c498fb218e82e9b3958348fbb4ac Issue-ID: DCAEGEN2-1101 Signed-off-by: Zlatko Murgoski <zlatko.murgoski@nokia.com>
Diffstat (limited to 'dpo/spec/vescollector-componentspec.json')
-rw-r--r--dpo/spec/vescollector-componentspec.json16
1 files changed, 4 insertions, 12 deletions
diff --git a/dpo/spec/vescollector-componentspec.json b/dpo/spec/vescollector-componentspec.json
index 9e29c2cd..4e2eb970 100644
--- a/dpo/spec/vescollector-componentspec.json
+++ b/dpo/spec/vescollector-componentspec.json
@@ -234,8 +234,8 @@
"parameters": [
{
"name": "collector.service.port",
- "value": -1,
- "description": "standard http port collector will open for listening; this will be disabled when header.authflag is set to 1",
+ "value": 8080,
+ "description": "standard http port collector will open for listening;",
"sourced_at_deployment": false,
"policy_editable": false,
"designer_editable": false
@@ -249,14 +249,6 @@
"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",
"description": "fs location of keystore file in vm",
@@ -305,8 +297,8 @@
"designer_editable": false
},
{
- "name": "header.authflag",
- "value": 1,
+ "name": "auth.method",
+ "value": "noAuth",
"description": "Basic Authentication flag; when enabled only secure port will be supported.",
"sourced_at_deployment": false,
"policy_editable": false,