mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Added config changes needed for new admin pages in SOC
This commit is contained in:
committed by
William Wernert
parent
9c2975a546
commit
decf2ef022
@@ -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": [
|
||||||
|
|||||||
@@ -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": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user