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,6 +18,7 @@
"verification": { "verification": {
"via": "email" "via": "email"
} }
}
}, },
"firstName": { "firstName": {
"type": "string", "type": "string",
@@ -31,7 +32,6 @@
"type": "string", "type": "string",
"title": "Role" "title": "Role"
} }
}
}, },
"required": [ "required": [
"email" "email"

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": "",