mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +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,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"
|
||||||
|
|||||||
@@ -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