mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 02:32:46 +01:00
[feat] Use setup user+pass for TheHive, Cortex, and Fleet as well
This commit is contained in:
@@ -979,15 +979,16 @@ master_static() {
|
||||
" broversion: $BROVERSION"\
|
||||
" ids: $NIDS"\
|
||||
" masterip: $MAINIP"\
|
||||
" hiveuser: hiveadmin"\
|
||||
" hivepassword: hivechangeme"\
|
||||
" hiveuser: $WEBUSER"\
|
||||
" hivepassword: $WEBPASSWD1"\
|
||||
" hivekey: $HIVEKEY"\
|
||||
" cortexuser: cortexadmin"\
|
||||
" cortexpassword: cortexchangeme"\
|
||||
" cortexuser: $WEBUSER"\
|
||||
" cortexpassword: $WEBPASSWD1"\
|
||||
" cortexkey: $CORTEXKEY"\
|
||||
" cortexorgname: SecurityOnion"\
|
||||
" cortexorguser: soadmin"\
|
||||
" cortexorguser: $WEBUSER"\
|
||||
" cortexorguserkey: $CORTEXORGUSERKEY"\
|
||||
" grafanapassword: $WEBPASSWD1"\
|
||||
" fleet_custom_hostname: "\
|
||||
" fleet_master: False"\
|
||||
" fleet_node: False"\
|
||||
|
||||
@@ -252,7 +252,8 @@ whiptail_create_web_user() {
|
||||
[ -n "$TESTING" ] && return
|
||||
|
||||
WEBUSER=$(whiptail --title "Security Onion Install" --inputbox \
|
||||
"Please enter an email address to create an administrator account for the web interface." 10 60 3>&1 1>&2 2>&3)
|
||||
"Please enter an email address to create an administrator account for the web interface. \
|
||||
This will also be used for TheHive, Cortex, and Fleet" 10 60 3>&1 1>&2 2>&3)
|
||||
|
||||
local exitstatus=$?
|
||||
whiptail_check_exitstatus $exitstatus
|
||||
|
||||
Reference in New Issue
Block a user