Added config changes needed for new admin pages in SOC

This commit is contained in:
Jason Ertel
2020-04-08 12:39:37 -04:00
committed by William Wernert
parent 9c2975a546
commit decf2ef022
2 changed files with 15 additions and 12 deletions

View File

@@ -18,19 +18,19 @@
"verification": { "verification": {
"via": "email" "via": "email"
} }
},
"firstName": {
"type": "string",
"title": "First Name"
},
"lastName": {
"type": "string",
"title": "Last Name"
},
"role": {
"type": "string",
"title": "Role"
} }
},
"firstName": {
"type": "string",
"title": "First Name"
},
"lastName": {
"type": "string",
"title": "Last Name"
},
"role": {
"type": "string",
"title": "Role"
} }
}, },
"required": [ "required": [

View File

@@ -11,6 +11,9 @@
"filedatastore": { "filedatastore": {
"jobDir": "jobs" "jobDir": "jobs"
}, },
"kratos": {
"hostUrl": "http://{{ MASTERIP }}:4434/"
},
"securityonion": { "securityonion": {
"elasticsearchHost": "http://{{ MASTERIP }}:9200", "elasticsearchHost": "http://{{ MASTERIP }}:9200",
"elasticsearchUsername": "", "elasticsearchUsername": "",